Revert "Switch to static site rendering"

This reverts commit b4d78cb6c9.
This commit is contained in:
Zachary
2024-11-14 14:14:52 +01:00
parent b4d78cb6c9
commit 4a70831b6c
4 changed files with 95 additions and 18 deletions

6
vite.config.ts Normal file
View File

@@ -0,0 +1,6 @@
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()]
});