fix: assorted bugs

This commit is contained in:
Cory Dransfeldt 2024-05-14 17:08:29 -07:00
parent b936711d76
commit aedd949913
No known key found for this signature in database
4 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@ export default async function () {
const feed = new ActivityFeed()
feed.addSource('rss', '📝', 'https://coryd.dev/feeds/posts')
// feed.addSource('rss', '🎥', 'https://coryd.dev/feeds/movies')
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')