somewhat better

This commit is contained in:
2023-12-22 22:14:14 +01:00
parent 06fe6bc0fe
commit 11b3185cea
30 changed files with 318 additions and 211 deletions

View File

@ -6,7 +6,7 @@ import { vitePreprocess } from "@sveltejs/kit/vite";
/** @type {import('@sveltejs/kit').Config} */
const config = {
extensions: [".svelte", ...mdsvexConfig.extensions],
publicDir: "public",
// Consult https://kit.svelte.dev/docs/integrations#preprocessors
// for more information about preprocessors
preprocess: [vitePreprocess({}), mdsvex(mdsvexConfig)],