chore: update share feeds
This commit is contained in:
parent
3c7d9b27c0
commit
4a677a9ca2
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue