fix: drop link feed
This commit is contained in:
parent
8ee083fcb1
commit
e977d7ff4f
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ module.exports = async function () {
|
|||
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/links')
|
||||
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