Skip to content

Commit

Permalink
Merge pull request #14171 from ethereum/patch-rss-feed
Browse files Browse the repository at this point in the history
Disable ethstaker feed
  • Loading branch information
pettinarip authored Oct 16, 2024
2 parents f73eabb + 1a76893 commit 5de5623
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,12 @@ export const COMMUNITY_BLOGS: CommunityBlog[] = [
href: "https://ethpandaops.io/posts/",
feed: "https://ethpandaops.io/posts/index.xml",
},
{
href: "https://ethstaker.cc/blog",
feed: "https://paragraph.xyz/api/blogs/rss/@ethstaker",
},
// TODO: The endpoint is behind Vercel security checkpoint. Add back when
// we can fetch the xml feed without hitting the checkpoint.
// {
// href: "https://ethstaker.cc/blog",
// feed: "https://paragraph.xyz/api/blogs/rss/@ethstaker",
// },
{
href: "https://0xparc.org/blog",
feed: _0X_PARC_FEED,
Expand Down

0 comments on commit 5de5623

Please sign in to comment.