Switch to static site rendering

This commit is contained in:
Zachary
2024-11-14 13:45:44 +01:00
parent f22af52e9b
commit b4d78cb6c9
4 changed files with 18 additions and 95 deletions

View File

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