1 parent 2ef271a commit 6e007edCopy full SHA for 6e007ed
2 files changed
src/components/home/posts.astro
@@ -2,7 +2,7 @@
2
import Parser from "rss-parser";
3
import PostItem from "../post-item.astro";
4
5
-const feedUrl = "https://blog.cloudchewie.com/atom.xml";
+const feedUrl = "https://robert-stackflow.github.io/atom.xml";
6
const parser = new Parser();
7
const feed = await parser.parseURL(feedUrl);
8
src/pages/posts.astro
@@ -4,7 +4,7 @@ import PostItem from "../components/post-item.astro";
import Layout from "../layouts/main.astro";
9
10
0 commit comments