chore: one more tiny change
This commit is contained in:
parent
954ffddcdb
commit
6e4c4ed60d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module.exports = async function () {
|
|||
const { ActivityFeed } = await import('@11ty/eleventy-activity-feed')
|
||||
const feed = new ActivityFeed()
|
||||
feed.addSource('rss', '📝', 'https://coryd.dev/feeds/posts')
|
||||
feed.addSource('rss', '🎥', 'https://letterboxd.com/cdme/rss')
|
||||
feed.addSource('rss', '🎥', 'https://coryd.dev/feeds/movies')
|
||||
feed.addSource('rss', '📰', 'https://coryd.dev/feeds/articles')
|
||||
feed.addSource('rss', '📖', 'https://coryd.dev/feeds/books')
|
||||
const entries = feed.getEntries().catch()
|
||||
|
|
Reference in a new issue