From 843046f2255a6cdf5340560a92c3d958d452f344 Mon Sep 17 00:00:00 2001 From: Zachary Ross Date: Thu, 18 Apr 2024 11:33:04 -0400 Subject: [PATCH] Preprocess config change --- svelte.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'], - }) ] };