fix preprocessor
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import adapter from '@sveltejs/adapter-auto';
|
||||
import preprocess from 'svelte-preprocess';
|
||||
import { sveltePreprocess } from 'svelte-preprocess';
|
||||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
preprocess: preprocess(),
|
||||
preprocess: sveltePreprocess(),
|
||||
kit: {
|
||||
adapter: adapter()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user