Skip to content

Commit

Permalink
Merge pull request #14181 from ethereum/ethstaker-blog
Browse files Browse the repository at this point in the history
fix: ethstaker blog xml feed
  • Loading branch information
pettinarip authored Oct 18, 2024
2 parents 8ff23ae + ff72245 commit 351006b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,13 +185,7 @@ export const COMMUNITY_BLOGS: CommunityBlog[] = [
},
{
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",
feed: "https://raw.githubusercontent.com/eth-educators/github-actions/refs/heads/main/_data/blog_data.xml",
},
{
href: "https://0xparc.org/blog",
Expand Down

0 comments on commit 351006b

Please sign in to comment.