fix: deploy links feed before merging it into the follow feed

This commit is contained in:
Cory Dransfeldt 2023-05-05 16:11:03 -07:00
parent ab72e3c945
commit 30c07c1338
No known key found for this signature in database

View file

@ -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')