diff --git a/src/routes/meta/updates/updates.ts b/src/routes/meta/updates/updates.ts index fd485da..c83735d 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-05", + time: "23:59", + content: "My drawing challenge is complete – I learned to draw!", + link: "/blog/2026/0205", + }, { date: "2026-02-26", time: "20:21",