wip
This commit is contained in:
@@ -4,9 +4,14 @@ import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
preprocess: vitePreprocess(),
|
||||
prerender: false,
|
||||
kit: {
|
||||
prerender: {
|
||||
entries: [],
|
||||
handleHttpError: 'warn',
|
||||
},
|
||||
adapter: adapter({
|
||||
pages: 'build',
|
||||
assets: 'build',
|
||||
fallback: 'index.html',
|
||||
precompress: false,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user