Skip to content

Commit 52d08b1

Browse files
committed
feat: activate PSE and Josh Stark feeds
1 parent 6b1a628 commit 52d08b1

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

src/lib/constants.ts

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -201,15 +201,13 @@ export const COMMUNITY_BLOGS: CommunityBlog[] = [
201201
feed: SOLIDITY_FEED,
202202
},
203203
{
204-
name: "Privacy and Scaling Explorations",
205204
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",
207210
},
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
213211
]
214212

215213
export const BLOG_FEEDS = COMMUNITY_BLOGS.map(({ feed }) => feed).filter(

0 commit comments

Comments
 (0)