changed git website remote URL
This commit is contained in:
@@ -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",
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user