chore: update follow feed

This commit is contained in:
Cory Dransfeldt 2024-05-13 13:23:20 -07:00
parent c1c506fbeb
commit 2a486efa97
No known key found for this signature in database

View file

@ -6,6 +6,7 @@ export default async function () {
feed.addSource('rss', '🎥', 'https://coryd.dev/feeds/movies')
feed.addSource('rss', '📖', 'https://coryd.dev/feeds/books')
feed.addSource('rss', '🔗', 'https://coryd.dev/feeds/links')
feed.addSource('rss', '🎧', 'https://coryd.dev/feeds/weekly-artist-chart')
const entries = feed.getEntries().catch()
const res = await entries