From dbb41b30a7b5b5557a918d240a5184e9205114b1 Mon Sep 17 00:00:00 2001 From: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com> Date: Thu, 8 Jan 2026 14:53:39 +1100 Subject: [PATCH] Update Ethereal news to canonical website Ethereal news website: https://ethereal.news/ feed: https://ethereal.news/rss.xml --- src/lib/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/constants.ts b/src/lib/constants.ts index b495322c8e4..8c0711025de 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -231,8 +231,8 @@ export const COMMUNITY_BLOGS: CommunityBlog[] = [ feed: "https://geodework.com/feed.xml", }, { - href: "https://etherealnews.substack.com/", - feed: "https://etherealnews.substack.com/feed", + href: "https://ethereal.news", + feed: "https://ethereal.news/rss.xml", }, ]