mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 20:37:22 +00:00
rss: use reqire again
This commit is contained in:
parent
6a36004011
commit
789453f068
2 changed files with 6 additions and 4 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue