Skip to content

Commit 9dd61dc

Browse files
committed
chore: 🔧 mdsvex config first in preprocess array
1 parent f7f7826 commit 9dd61dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

svelte.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ const config = {
1111
// Consult https://kit.svelte.dev/docs/integrations#preprocessors
1212
// for more information about preprocessors
1313
preprocess: [
14-
vitePreprocess(),
1514
mdsvex(mdsvexConfig),
15+
vitePreprocess(),
1616
preprocess({
1717
postcss: true,
1818
}),

0 commit comments

Comments
 (0)