Skip to content

Commit 351006b

Browse files
authored
Merge pull request #14181 from ethereum/ethstaker-blog
fix: ethstaker blog xml feed
2 parents 8ff23ae + ff72245 commit 351006b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/lib/constants.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -185,13 +185,7 @@ export const COMMUNITY_BLOGS: CommunityBlog[] = [
185185
},
186186
{
187187
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",
188+
feed: "https://raw.githubusercontent.com/eth-educators/github-actions/refs/heads/main/_data/blog_data.xml",
195189
},
196190
{
197191
href: "https://0xparc.org/blog",

0 commit comments

Comments
 (0)