File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -183,12 +183,16 @@ export const COMMUNITY_BLOGS: CommunityBlog[] = [
183
183
href : "https://ethpandaops.io/posts/" ,
184
184
feed : "https://ethpandaops.io/posts/index.xml" ,
185
185
} ,
186
- // TODO: The endpoint is behind Vercel security checkpoint. Add back when
187
- // we can fetch the xml feed without hitting the checkpoint.
188
- // {
189
- // href: "https://ethstaker.cc/blog",
190
- // feed: "https://paragraph.xyz/api/blogs/rss/@ethstaker",
191
- // },
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" ,
195
+ } ,
192
196
{
193
197
href : "https://0xparc.org/blog" ,
194
198
feed : _0X_PARC_FEED ,
You can’t perform that action at this time.
0 commit comments