finally fixed the fucking table of contents

This commit is contained in:
2025-04-03 22:33:47 +02:00
parent 60901a398e
commit b99e185446
5 changed files with 78 additions and 61 deletions

View File

@@ -3,9 +3,15 @@ import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
/** @type {import('@sveltejs/kit').Config} */
const config = {
preprocess: vitePreprocess(),
// preprocess: vitePreprocess(),
kit: {
adapter: adapter(),
adapter: adapter({
pages: 'build',
assets: 'build',
fallback: undefined,
preprocess: false,
strict: true,
}),
},
};