changed git website remote URL

This commit is contained in:
2026-02-03 15:50:16 +01:00
parent 7086e00932
commit 68066923f0
3 changed files with 10 additions and 4 deletions

View File

@@ -1,10 +1,16 @@
import { type ChangelogEntry } from "$lib/components/changelog-entry.svelte";
export const entries: ChangelogEntry[] = [
{
date: "2026-02-04",
time: "15:48",
content: "Now running my own Gitea instance! It now also hosts my website repository.",
link: "https://code.denizk0461.dev/denizk0461/pages",
},
{
date: "2026-02-02",
time: "19:30",
content: "updated some texts and moved my contact info to the about page. also created this changelog!",
content: "Updated some texts and moved my contact info to the about page. Also created this changelog!",
link: "/meta/about",
},
];