chore: temp fix
This commit is contained in:
parent
29d3042f63
commit
8151b33633
1 changed files with 1 additions and 4 deletions
|
@ -1,10 +1,7 @@
|
|||
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