Skip to content

Commit

Permalink
fix: ethstaker blog xml feed
Browse files Browse the repository at this point in the history
  • Loading branch information
wackerow committed Oct 17, 2024
1 parent 0f16955 commit ff72245
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 ff72245

Please sign in to comment.