diff --git a/src/routes/meta/updates/updates.ts b/src/routes/meta/updates/updates.ts index 1d73ef9..76c7b12 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-02-16", + time: "18:44", + content: "My website is now part of the bucket webring!", + link: "https://webring.bucketfish.me/", + }, { date: "2026-02-06", time: "18:47",