Skip to content

Commit 332ee5e

Browse files
authored
Merge pull request #15404 from ethereum/geodework-blog
feat: add geodework blog to homepage feeds
2 parents f71bec5 + fec8529 commit 332ee5e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib/constants.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@ export const COMMUNITY_BLOGS: CommunityBlog[] = [
230230
href: "https://medium.com/ethereum-cat-herders/newsletter",
231231
feed: "https://medium.com/feed/ethereum-cat-herders",
232232
},
233+
{
234+
href: "http://geodework.com/blog",
235+
feed: "http://geodework.com/feed.xml",
236+
},
233237
]
234238

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

0 commit comments

Comments
 (0)