Skip to content

Commit

Permalink
tune RSS url to listen only to planet dyne
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakrecoer committed Sep 17, 2024
1 parent d5859c9 commit 37562e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/blog/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const parser = new Parser({
item: ['media:content']
}
});
const feed = await parser.parseURL('https://news.dyne.org/rss/');
const feed = await parser.parseURL('https://news.dyne.org/tag/planet-dyne/rss/');
---

<Layout
Expand Down

0 comments on commit 37562e0

Please sign in to comment.