fix: books feed type
This commit is contained in:
parent
adb34e5db8
commit
47afbd0b8e
1 changed files with 1 additions and 1 deletions
|
@ -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: [] }
|
||||||
|
|
Reference in a new issue