fix: books feed type

This commit is contained in:
Cory Dransfeldt 2023-07-09 13:53:32 -07:00
parent adb34e5db8
commit 47afbd0b8e
No known key found for this signature in database

View file

@ -4,7 +4,7 @@ module.exports = async function () {
feed.addSource('atom', '📝', 'https://coryd.dev/feed.xml') 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://letterboxd.com/cdme/rss')
feed.addSource('rss', '📖', 'https://coryd.dev/books.xml') feed.addSource('atom', '📖', 'https://coryd.dev/books.xml')
const entries = feed.getEntries().catch() const entries = feed.getEntries().catch()
const res = await entries const res = await entries
const activity = { posts: [] } const activity = { posts: [] }