chore: restore fix
This commit is contained in:
parent
8151b33633
commit
3cd2699639
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
|||
module.exports = async function () {
|
||||
const { ActivityFeed } = await import('@11ty/eleventy-activity-feed')
|
||||
const feed = new ActivityFeed()
|
||||
|
||||
feed.addSource('atom', '📝', 'https://coryd.dev/feeds/posts')
|
||||
feed.addSource('atom', '🔗', 'https://coryd.dev/feeds/links')
|
||||
feed.addSource('rss', '🎥', 'https://letterboxd.com/cdme/rss')
|
||||
feed.addSource('atom', '📖', 'https://coryd.dev/feeds/books')
|
||||
const entries = feed.getEntries().catch()
|
||||
const res = await entries
|
||||
const activity = { posts: [] }
|
||||
|
|
Reference in a new issue