main page wip

This commit is contained in:
2026-01-28 23:48:00 +00:00
parent c6453c61a2
commit 304364524f
10 changed files with 1079 additions and 441 deletions

View File

@@ -1,4 +1,4 @@
import adapter from '@sveltejs/adapter-static';
import adapter from "@sveltejs/adapter-static";
/** @type {import('@sveltejs/kit').Config} */
const config = { kit: { adapter: adapter() } };