update tld nl -> dev

This commit is contained in:
2026-07-05 01:20:10 +02:00
parent f3bdf16fa9
commit bd23d31ed3
4 changed files with 9 additions and 9 deletions
+4 -4
View File
@@ -18,11 +18,11 @@ export default function Header({ theme }: HeaderProps) {
const { theme: currentTheme, toggleTheme } = theme;
const navItems: NavItem[] = [
{ label: "Nextcloud", url: "https://nextcloud.aramjonghu.nl" },
{ label: "Navidrome", url: "https://music.aramjonghu.nl" },
{ label: "Forgejo Git", url: "https://git.aramjonghu.nl" },
{ label: "Nextcloud", url: "https://nextcloud.aramjonghu.dev" },
{ label: "Navidrome", url: "https://music.aramjonghu.dev" },
{ label: "Forgejo Git", url: "https://git.aramjonghu.dev" },
{ label: "Stream", url: "/stream" },
{ label: "Omnisearch", url: "https://xng.aramjonghu.nl" },
{ label: "Omnisearch", url: "https://xng.aramjonghu.dev" },
{ label: "Gitea zach-dev", url: "https://git.zach-dev.cc" },
];