Skip to content

Commit fec8529

Browse files
committed
feat: add geodework blog to homepage feeds
1 parent e0d7361 commit fec8529

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)