Skip to content

Commit 1a76893

Browse files
committed
disable ethstaker feed
1 parent f73eabb commit 1a76893

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/lib/constants.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,12 @@ export const COMMUNITY_BLOGS: CommunityBlog[] = [
183183
href: "https://ethpandaops.io/posts/",
184184
feed: "https://ethpandaops.io/posts/index.xml",
185185
},
186-
{
187-
href: "https://ethstaker.cc/blog",
188-
feed: "https://paragraph.xyz/api/blogs/rss/@ethstaker",
189-
},
186+
// TODO: The endpoint is behind Vercel security checkpoint. Add back when
187+
// we can fetch the xml feed without hitting the checkpoint.
188+
// {
189+
// href: "https://ethstaker.cc/blog",
190+
// feed: "https://paragraph.xyz/api/blogs/rss/@ethstaker",
191+
// },
190192
{
191193
href: "https://0xparc.org/blog",
192194
feed: _0X_PARC_FEED,

0 commit comments

Comments
 (0)