Skip to content

Commit 779f45f

Browse files
committed
chore(feeds): add basil
1 parent ec5f756 commit 779f45f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/data/feeds.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,14 @@ export const feedList: FeedListEntry[] = [
1313
},
1414
{
1515
url: 'https://tei.su/blog/rss.xml',
16-
title: 'teidesu',
16+
title: 'alina (teidesu)',
1717
avatar: 'https://github.com/teidesu.png',
1818
},
19+
{
20+
url: 'https://basil.cafe/feeds/posts.xml',
21+
title: 'Basil',
22+
avatar: 'https://codeberg.org/basil.png',
23+
},
1924
{
2025
url: 'https://char.lt/blog.rss',
2126
title: 'charlotte 🐇',

0 commit comments

Comments
 (0)