wip
This commit is contained in:
@@ -4,10 +4,11 @@ import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
preprocess: vitePreprocess(),
|
||||
prerender: false,
|
||||
kit: {
|
||||
adapter: adapter({
|
||||
fallback: 'index.html',
|
||||
precompress: true,
|
||||
precompress: false,
|
||||
}),
|
||||
alias: {
|
||||
$lib: 'src/lib',
|
||||
|
||||
Reference in New Issue
Block a user