Fix build/layout issues
This commit is contained in:
parent
a85a4d8770
commit
49bc8cfe99
4 changed files with 4 additions and 9 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import adapter from "@sveltejs/adapter-static";
|
||||
import preprocess from 'svelte-preprocess';
|
||||
import { vitePreprocess } from '@sveltejs/kit/vite';
|
||||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
|
|
@ -15,7 +14,8 @@ const config = {
|
|||
assets: 'build',
|
||||
fallback: null,
|
||||
precompress: false,
|
||||
strict: true
|
||||
strict: true,
|
||||
trailingSlash: 'always'
|
||||
})
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue