mirror of
https://git.aramjonghu.dev/AramJonghu/aramjonghu-site.git
synced 2026-09-06 07:33:29 +02:00
update tld nl -> dev
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
@@ -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" },
|
||||
];
|
||||
|
||||
|
||||
@@ -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",
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@ export default function Stream(): ReactElement {
|
||||
|
||||
<div className="stream-frame w-full mx-auto flex-1 max-h-[85vh]">
|
||||
<iframe
|
||||
src={`https://stream.aramjonghu.nl/${activeStream}`}
|
||||
src={`https://stream.aramjonghu.dev/${activeStream}`}
|
||||
title={activeStream}
|
||||
allow="autoplay; fullscreen; picture-in-picture"
|
||||
className="w-full h-full border-0 rounded-lg"
|
||||
|
||||
Reference in New Issue
Block a user