From bd23d31ed339e92ca1377615c0f43de60c617c7a Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Sun, 5 Jul 2026 01:19:31 +0200 Subject: [PATCH] update tld nl -> dev --- frontend/src/components/Footer.tsx | 2 +- frontend/src/components/Header.tsx | 8 ++++---- frontend/src/pages/Home.tsx | 6 +++--- frontend/src/pages/Stream.tsx | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx index 23f46e3..edde8c3 100644 --- a/frontend/src/components/Footer.tsx +++ b/frontend/src/components/Footer.tsx @@ -6,7 +6,7 @@ export default function Footer() { const goToForgejo = () => { window.location.href = - "https://git.aramjonghu.nl/AramJonghu/aramjonghu-site"; + "https://git.aramjonghu.dev/AramJonghu/aramjonghu-site"; }; const goToGitea = () => { diff --git a/frontend/src/components/Header.tsx b/frontend/src/components/Header.tsx index 6a5a681..5552dd6 100644 --- a/frontend/src/components/Header.tsx +++ b/frontend/src/components/Header.tsx @@ -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" }, ]; diff --git a/frontend/src/pages/Home.tsx b/frontend/src/pages/Home.tsx index 07ee19e..d851f81 100644 --- a/frontend/src/pages/Home.tsx +++ b/frontend/src/pages/Home.tsx @@ -20,17 +20,17 @@ export default function Home(): ReactElement { { id: "site", name: "aramjonghu-site", - url: "https://git.aramjonghu.nl/AramJonghu/aramjonghu-site/raw/branch/master/README.md", + url: "https://git.aramjonghu.dev/AramJonghu/aramjonghu-site/raw/branch/master/README.md", }, { id: "file-organizer", name: "file-organizer written in zig", - url: "https://git.aramjonghu.nl/AramJonghu/file-organizer/src/branch/main/README.md", + url: "https://git.aramjonghu.dev/AramJonghu/file-organizer/src/branch/main/README.md", }, { id: "nvim", name: "Nvim Config", - url: "https://git.aramjonghu.nl/AramJonghu/nvim/src/branch/main/README.md", + url: "https://git.aramjonghu.dev/AramJonghu/nvim/src/branch/main/README.md", }, ]; diff --git a/frontend/src/pages/Stream.tsx b/frontend/src/pages/Stream.tsx index 0cd9657..b0db6c4 100644 --- a/frontend/src/pages/Stream.tsx +++ b/frontend/src/pages/Stream.tsx @@ -50,7 +50,7 @@ export default function Stream(): ReactElement {