Skip to content

Commit

Permalink
chore: list EthStaker blog link only, without feed
Browse files Browse the repository at this point in the history
  • Loading branch information
wackerow committed Oct 16, 2024
1 parent a50836d commit 2b743fb
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 2b743fb

Please sign in to comment.