diff --git a/src/routes/meta/updates/updates.ts b/src/routes/meta/updates/updates.ts index 87c6135..8ae2c14 100644 --- a/src/routes/meta/updates/updates.ts +++ b/src/routes/meta/updates/updates.ts @@ -1,6 +1,12 @@ import { type UpdateEntry } from "$lib/components/update-entry.svelte"; export const entries: UpdateEntry[] = [ + { + date: "2026-03-11", + time: "19:21", + content: "new page: my drawings!", + link: "/art/drawings", + }, { date: "2026-03-07", time: "14:12",