Skip to content

Commit

Permalink
Merge pull request #14174 from ethereum/blog-link
Browse files Browse the repository at this point in the history
chore: list EthStaker blog link only, without fetching latest
  • Loading branch information
pettinarip authored Oct 16, 2024
2 parents e4c1f11 + 2b743fb commit 825e833
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,16 @@ export const COMMUNITY_BLOGS: CommunityBlog[] = [
href: "https://ethpandaops.io/posts/",
feed: "https://ethpandaops.io/posts/index.xml",
},
// 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://ethstaker.cc/blog",
/**
* TODO: The endpoint is behind Vercel security checkpoint. Add "feed" field
* back when we can fetch the xml feed without hitting the checkpoint, and
* remove custom "name" field.
*/
// feed: "https://paragraph.xyz/api/blogs/rss/@ethstaker",
name: "EthStaker Blog",
},
{
href: "https://0xparc.org/blog",
feed: _0X_PARC_FEED,
Expand Down

0 comments on commit 825e833

Please sign in to comment.