fix: articles de-linked pending a readwise api update

This commit is contained in:
Cory Dransfeldt 2023-05-13 11:02:14 -07:00
parent 0df06e4ab3
commit d03bbc0867
No known key found for this signature in database
3 changed files with 7 additions and 6 deletions

View file

@ -2,7 +2,7 @@ module.exports = async function () {
const { ActivityFeed } = await import('@11ty/eleventy-activity-feed')
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')
const entries = feed.getEntries().catch()