chore: feed updates
This commit is contained in:
parent
60f9da0eaa
commit
d2366ff3d9
2 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ module.exports = async function () {
|
|||
const feed = new ActivityFeed()
|
||||
feed.addSource('atom', '📝', 'https://coryd.dev/feeds/posts')
|
||||
feed.addSource('rss', '🎥', 'https://letterboxd.com/cdme/rss')
|
||||
feed.addSource('atom', '🔗', 'https://coryd.dev/feeds/links')
|
||||
feed.addSource('atom', '📖', 'https://coryd.dev/feeds/books')
|
||||
const entries = feed.getEntries().catch()
|
||||
const res = await entries
|
||||
|
|
Reference in a new issue