diff --git a/web/components/navbar.tsx b/web/components/navbar.tsx index eac7443..3a079b3 100644 --- a/web/components/navbar.tsx +++ b/web/components/navbar.tsx @@ -46,7 +46,7 @@ export default function Navbar() { {/* RSS Feed Link */} setIsMenuOpen(false)} target="_blank" diff --git a/web/components/rss-link.tsx b/web/components/rss-link.tsx index 34daa21..9557681 100644 --- a/web/components/rss-link.tsx +++ b/web/components/rss-link.tsx @@ -6,7 +6,7 @@ import { useState } from "react" export default function RSSLink() { const [copied, setCopied] = useState(false) - const rssUrl = "https://macrimi.github.io/ProxMenux/rss.xml" + const rssUrl = "https://proxmenux.com/rss.xml" const copyToClipboard = async () => { try {