diff --git a/src/routes/(og-default)/+page.server.ts b/src/routes/(og-default)/+page.server.ts deleted file mode 100644 index 4b91f0d..0000000 --- a/src/routes/(og-default)/+page.server.ts +++ /dev/null @@ -1,11 +0,0 @@ -// @ts-expect-error -- the `PageServerLoad` type import is broken for route groups -import type { PageServerLoad } from '../$types' - -// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment -- see line 1 -export const load = (() => { - // TODO: un-hardcode this - const birthDate = Date.UTC(2000, 11, 22) - const age = new Date(Date.now() - birthDate).getFullYear() - 1970 - - return { age } -}) satisfies PageServerLoad diff --git a/src/routes/(og-default)/+page.svelte b/src/routes/(og-default)/+page.svelte index 6cf65e5..514cf76 100644 --- a/src/routes/(og-default)/+page.svelte +++ b/src/routes/(og-default)/+page.svelte @@ -1,20 +1,15 @@ @@ -28,10 +24,10 @@

My name (at least online) is deneb. My pronouns are they/them, and I am somewhere on the aromantic and asexual spectrum.
- I live in Austria — Innsbruck to be precise — I'm {data.age} years old, and - currently in my 7th and hopefully final semester studying computer science - (as of 2024-10). I am just working on my bachelor's thesis at this point, and - looking to become a backend/systems engineer in the near future. + I live in Austria — Innsbruck to be precise — I'm {age} years old, and currently + in my 7th and hopefully final semester studying computer science (as of 2024-10). + I am just working on my bachelor's thesis at this point, and looking to become + a backend/systems engineer in the near future.

floof

diff --git a/src/routes/(og-default)/info.json b/src/routes/(og-default)/info.json index 1820af1..feab498 100644 --- a/src/routes/(og-default)/info.json +++ b/src/routes/(og-default)/info.json @@ -1,4 +1,5 @@ { + "birthday": "2000-12-22", "socials": [ { "platform": "Fediverse",