diff options
Diffstat (limited to 'app/svelte.config.js')
-rw-r--r-- | app/svelte.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/svelte.config.js b/app/svelte.config.js index 6200fb3..59cd962 100644 --- a/app/svelte.config.js +++ b/app/svelte.config.js @@ -1,5 +1,5 @@ import adapter from '@sveltejs/adapter-static' -import { vitePreprocess } from '@sveltejs/kit/vite' +import { vitePreprocess } from '@sveltejs/vite-plugin-svelte' /** @type {import('@sveltejs/kit').Config} */ const config = { |