From 0911a8892fe769459eff74c09c386074660c122c Mon Sep 17 00:00:00 2001 From: denizk0461 Date: Tue, 17 Mar 2026 17:10:56 +0100 Subject: [PATCH] added update about blog post --- src/routes/meta/updates/updates.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/routes/meta/updates/updates.ts b/src/routes/meta/updates/updates.ts index 8ae2c14..0f71671 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-17", + time: "17:10", + content: "a bit uncharacteristic, but I wrote a guide on setting up a SvelteKit app + backend because I found NOTHING of the sort online.", + link: "/blog/2026/0317", + }, { date: "2026-03-11", time: "19:21",