From 84d03677e501bdf33445a0e56f819e6e565ef4f3 Mon Sep 17 00:00:00 2001 From: Settoshi Tonami Date: Tue, 17 Sep 2024 14:20:31 +0200 Subject: [PATCH] tune RSS url to listen only to planet dyne (#165) --- src/pages/blog/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro index 9424e67..4ce8e3f 100644 --- a/src/pages/blog/index.astro +++ b/src/pages/blog/index.astro @@ -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/'); ---