Skip to content

Commit

Permalink
Merge pull request #14189 from ethereum/hotfix-rss-feed
Browse files Browse the repository at this point in the history
Hotfix rss feed
  • Loading branch information
wackerow authored Oct 18, 2024
2 parents 1c8086a + f8bf752 commit 1bb22d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export const COMMUNITY_BLOGS: CommunityBlog[] = [
},
{
href: "https://ethstaker.cc/blog",
feed: "https://paragraph.xyz/api/blogs/rss/@ethstaker",
feed: "https://raw.githubusercontent.com/eth-educators/github-actions/refs/heads/main/_data/blog_data.xml",
},
{
href: "https://0xparc.org/blog",
Expand Down

0 comments on commit 1bb22d7

Please sign in to comment.