Skip to content

Commit 6e007ed

Browse files
更新 RSS 源地址为 robert-stackflow.github.io
1 parent 2ef271a commit 6e007ed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/home/posts.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import Parser from "rss-parser";
33
import PostItem from "../post-item.astro";
44
5-
const feedUrl = "https://blog.cloudchewie.com/atom.xml";
5+
const feedUrl = "https://robert-stackflow.github.io/atom.xml";
66
const parser = new Parser();
77
const feed = await parser.parseURL(feedUrl);
88

src/pages/posts.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PostItem from "../components/post-item.astro";
44
import Layout from "../layouts/main.astro";
55
import Parser from "rss-parser";
66
7-
const feedUrl = "https://blog.cloudchewie.com/atom.xml";
7+
const feedUrl = "https://robert-stackflow.github.io/atom.xml";
88
const parser = new Parser();
99
1010
const feed = await parser.parseURL(feedUrl);

0 commit comments

Comments
 (0)