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
+3 -3
View File
@@ -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",
},
];
+1 -1
View File
@@ -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"