added separate changelog page
This commit is contained in:
10
src/routes/changelog/changelog.ts
Normal file
10
src/routes/changelog/changelog.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { type ChangelogEntry } from "$lib/components/changelog-entry.svelte";
|
||||
|
||||
export const entries: ChangelogEntry[] = [
|
||||
{
|
||||
date: "2026-02-02",
|
||||
time: "19:30",
|
||||
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