We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f73eabb + 1a76893 commit 5de5623Copy full SHA for 5de5623
src/lib/constants.ts
@@ -183,10 +183,12 @@ export const COMMUNITY_BLOGS: CommunityBlog[] = [
183
href: "https://ethpandaops.io/posts/",
184
feed: "https://ethpandaops.io/posts/index.xml",
185
},
186
- {
187
- href: "https://ethstaker.cc/blog",
188
- feed: "https://paragraph.xyz/api/blogs/rss/@ethstaker",
189
- },
+ // 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",
190
+ // feed: "https://paragraph.xyz/api/blogs/rss/@ethstaker",
191
+ // },
192
{
193
href: "https://0xparc.org/blog",
194
feed: _0X_PARC_FEED,
0 commit comments