chore: update share feeds

This commit is contained in:
Cory Dransfeldt 2023-09-26 16:37:01 -07:00
parent 3c7d9b27c0
commit 4a677a9ca2
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@ module.exports = async function () {
feed.addSource('rss', '📝', 'https://coryd.dev/feeds/posts')
feed.addSource('rss', '🎥', 'https://letterboxd.com/cdme/rss')
feed.addSource('rss', '🔗', 'https://coryd.dev/feeds/links')
feed.addSource('rss', '📰', 'https://coryd.dev/feeds/articles')
feed.addSource('rss', '📖', 'https://coryd.dev/feeds/books')
const entries = feed.getEntries().catch()
const res = await entries