fix: add links into follow

This commit is contained in:
Cory Dransfeldt 2023-05-05 16:12:21 -07:00
parent 30c07c1338
commit 171cb76bbf
No known key found for this signature in database

View file

@ -10,6 +10,7 @@ module.exports = class {
const feed = new ActivityFeed() const feed = new ActivityFeed()
feed.addSource('atom', 'Blog', 'https://coryd.dev/feed.xml') 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', 'Letterboxd', 'https://letterboxd.com/cdme/rss')
feed.addSource('rss', 'Oku', 'https://oku.club/rss/collection/NvEmF') feed.addSource('rss', 'Oku', 'https://oku.club/rss/collection/NvEmF')