diff options
| -rw-r--r-- | svelte.config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/svelte.config.js b/svelte.config.js index 81ebfc0d..6e3d28ec 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -3,7 +3,8 @@ import { vitePreprocess } from '@sveltejs/kit/vite'; import autoprefixer from 'autoprefixer'; import sveltePreprocess from 'svelte-preprocess'; -/** @type {import('@sveltejs/adapter-vercel').Config} */ +// /** @type {import('@sveltejs/adapter-vercel').Config} */ +/** @type {import('@sveltejs/kit').Config} */ const config = { preprocess: [ vitePreprocess(), |