Files
pages/src/routes/changelog/changelog.ts

10 lines
330 B
TypeScript
Raw Normal View History

2026-02-02 21:30:21 +01:00
import { type ChangelogEntry } from "$lib/components/changelog-entry.svelte";
2026-02-02 20:09:18 +01:00
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",
},
];