Skip to content

Commit 4c370c5

Browse files
wackerowpettinarip
authored andcommitted
chore: list EthStaker blog link only, without feed
1 parent 3825eb3 commit 4c370c5

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

src/lib/constants.ts

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -183,12 +183,16 @@ export const COMMUNITY_BLOGS: CommunityBlog[] = [
183183
href: "https://ethpandaops.io/posts/",
184184
feed: "https://ethpandaops.io/posts/index.xml",
185185
},
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-
// },
186+
{
187+
href: "https://ethstaker.cc/blog",
188+
/**
189+
* TODO: The endpoint is behind Vercel security checkpoint. Add "feed" field
190+
* back when we can fetch the xml feed without hitting the checkpoint, and
191+
* remove custom "name" field.
192+
*/
193+
// feed: "https://paragraph.xyz/api/blogs/rss/@ethstaker",
194+
name: "EthStaker Blog",
195+
},
192196
{
193197
href: "https://0xparc.org/blog",
194198
feed: _0X_PARC_FEED,

0 commit comments

Comments
 (0)