Skip to content

Commit

Permalink
fix: vitalik blog link extension
Browse files Browse the repository at this point in the history
  • Loading branch information
wackerow committed Sep 18, 2024
1 parent ecdefa7 commit 4cba501
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/utils/rss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const postProcess = (rssItems: RSSItem[]) =>
...item,
imgSrc: "/images/vitalik-blog-banner.svg",
link: item.link.replace(".ca", ".eth.limo"),
sourceUrl: item.sourceUrl.replace(".ca", ".eth.limo"),
}
case SOLIDITY_FEED:
return {
Expand Down

0 comments on commit 4cba501

Please sign in to comment.