|
@@ -4,7 +4,7 @@ import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
|
|
/** @type {import('@sveltejs/kit').Config} */
|
|
/** @type {import('@sveltejs/kit').Config} */
|
|
const config = {
|
|
const config = {
|
|
kit: {
|
|
kit: {
|
|
- adapter: adapter({fallback: 'index.html'})
|
|
|
|
|
|
+ adapter: adapter()
|
|
},
|
|
},
|
|
preprocess: vitePreprocess()
|
|
preprocess: vitePreprocess()
|
|
};
|
|
};
|