rss: use reqire again

This commit is contained in:
He4eT 2023-12-10 19:06:23 +01:00
commit 789453f068
2 changed files with 6 additions and 4 deletions

View file

@ -1,4 +1,4 @@
export const feed = [[
const feed = [[
'2021-10-02',
'https://oddsquat.org/1',
'Second Item Title',
@ -9,3 +9,5 @@ export const feed = [[
'First Item Title',
'Use this for the content. It can include html.'
]]
module.exports = { feed }