File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -201,15 +201,13 @@ export const COMMUNITY_BLOGS: CommunityBlog[] = [
201
201
feed : SOLIDITY_FEED ,
202
202
} ,
203
203
{
204
- name : "Privacy and Scaling Explorations" ,
205
204
href : "https://mirror.xyz/privacy-scaling-explorations.eth" ,
206
- // feed: "https://mirror.xyz/privacy-scaling-explorations.eth/feed/atom", // Old xml format
205
+ feed : "https://mirror.xyz/privacy-scaling-explorations.eth/feed/atom" ,
206
+ } ,
207
+ {
208
+ href : "https://stark.mirror.xyz/" ,
209
+ feed : "https://stark.mirror.xyz/feed/atom" ,
207
210
} ,
208
- // {
209
- // href: "https://stark.mirror.xyz/",
210
- // feed: "https://stark.mirror.xyz/feed/atom", // Old xml format
211
- // },
212
- // TODO: Add support for old xml format, re-enable above when ready
213
211
]
214
212
215
213
export const BLOG_FEEDS = COMMUNITY_BLOGS . map ( ( { feed } ) => feed ) . filter (
You can’t perform that action at this time.
0 commit comments