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.
1 parent 8f40319 commit 7fcca62Copy full SHA for 7fcca62
src/lib/constants.ts
@@ -199,7 +199,7 @@ export const COMMUNITY_BLOGS: CommunityBlog[] = [
199
},
200
{
201
href: "https://ethpandaops.io/posts/",
202
- feed: "https://ethpandaops.io/posts/testing-error-revert-me.xml",
+ feed: "https://ethpandaops.io/posts/rss.xml",
203
204
205
href: "https://ethstaker.cc/blog",
@@ -232,7 +232,7 @@ export const COMMUNITY_BLOGS: CommunityBlog[] = [
232
233
234
href: "http://geodework.com/blog",
235
- feed: "http://geodework.com/testing-error-revert-me.xml",
+ feed: "http://geodework.com/feed.xml",
236
237
]
238
0 commit comments