Skip to content

Commit 1c9a004

Browse files
committed
remove import
1 parent 3638ef4 commit 1c9a004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wtfdig/svelte.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const config = {
66
extensions: ['.svelte'],
77
// Consult https://kit.svelte.dev/docs/integrations#preprocessors
88
// for more information about preprocessors
9-
preprocess: [vitePreprocess(), importAssets()],
9+
preprocess: [vitePreprocess()],
1010

1111
kit: {
1212
adapter: adapter({

0 commit comments

Comments
 (0)