added update to link to drawing page

This commit is contained in:
2026-03-11 19:22:34 +01:00
parent a186a0e4bc
commit 5558e3cf3b

View File

@@ -1,6 +1,12 @@
import { type UpdateEntry } from "$lib/components/update-entry.svelte"; import { type UpdateEntry } from "$lib/components/update-entry.svelte";
export const entries: UpdateEntry[] = [ export const entries: UpdateEntry[] = [
{
date: "2026-03-11",
time: "19:21",
content: "new page: my drawings!",
link: "/art/drawings",
},
{ {
date: "2026-03-07", date: "2026-03-07",
time: "14:12", time: "14:12",