diff --git a/svelte.config.js b/svelte.config.js index 72430f8..689f581 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -23,10 +23,9 @@ const config = { extensions:['.svelte','.md'], preprocess: [ - vitePreprocess({}), + sveltePreprocess({ postcss: true }), mdsvex({ extensions:['.md'], - }) ] };