delete old state

This commit is contained in:
2024-11-22 00:36:46 +01:00
parent 6d1a835972
commit 13eb767fa0
66 changed files with 0 additions and 16324 deletions

View File

@@ -1,13 +0,0 @@
import preprocess from 'svelte-preprocess'
import adapter from '@sveltejs/adapter-static'
/** @type {import('@sveltejs/kit').Config} */
const config = {
preprocess: preprocess(),
kit: {
prerender: { default: true },
adapter: adapter(),
},
}
export default config