We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ff23ae + ff72245 commit 351006bCopy full SHA for 351006b
src/lib/constants.ts
@@ -185,13 +185,7 @@ export const COMMUNITY_BLOGS: CommunityBlog[] = [
185
},
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",
+ feed: "https://raw.githubusercontent.com/eth-educators/github-actions/refs/heads/main/_data/blog_data.xml",
195
196
197
href: "https://0xparc.org/blog",
0 commit comments