Skip to content

Commit 1bb22d7

Browse files
authored
Merge pull request #14189 from ethereum/hotfix-rss-feed
Hotfix rss feed
2 parents 1c8086a + f8bf752 commit 1bb22d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export const COMMUNITY_BLOGS: CommunityBlog[] = [
185185
},
186186
{
187187
href: "https://ethstaker.cc/blog",
188-
feed: "https://paragraph.xyz/api/blogs/rss/@ethstaker",
188+
feed: "https://raw.githubusercontent.com/eth-educators/github-actions/refs/heads/main/_data/blog_data.xml",
189189
},
190190
{
191191
href: "https://0xparc.org/blog",

0 commit comments

Comments
 (0)