Update web

This commit is contained in:
MacRimi
2025-12-13 20:20:21 +01:00
parent 7fbd377ab2
commit cca6e71911
39 changed files with 169 additions and 290 deletions

View File

@@ -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 {