fix: articles de-linked pending a readwise api update
This commit is contained in:
parent
0df06e4ab3
commit
d03bbc0867
3 changed files with 7 additions and 6 deletions
|
@ -10,7 +10,7 @@ module.exports = class {
|
|||
const feed = new ActivityFeed()
|
||||
|
||||
feed.addSource('atom', '📝', 'https://coryd.dev/feed.xml')
|
||||
feed.addSource('atom', '🔗', 'https://coryd.dev/links.xml')
|
||||
// feed.addSource('atom', '🔗', 'https://coryd.dev/links.xml')
|
||||
feed.addSource('rss', '🎥', 'https://letterboxd.com/cdme/rss')
|
||||
feed.addSource('rss', '📖', 'https://oku.club/rss/collection/NvEmF')
|
||||
|
||||
|
|
Reference in a new issue