fix: deploy links feed before merging it into the follow feed
This commit is contained in:
parent
ab72e3c945
commit
30c07c1338
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ module.exports = class {
|
|||
const feed = new ActivityFeed()
|
||||
|
||||
feed.addSource('atom', 'Blog', 'https://coryd.dev/feed.xml')
|
||||
feed.addSource('atom', 'Link', 'https://coryd.dev/links.xml')
|
||||
feed.addSource('rss', 'Letterboxd', 'https://letterboxd.com/cdme/rss')
|
||||
feed.addSource('rss', 'Oku', 'https://oku.club/rss/collection/NvEmF')
|
||||
|
||||
|
|
Reference in a new issue