We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a819f commit 8f79a44Copy full SHA for 8f79a44
1 file changed
svelte.config.js
@@ -3,7 +3,9 @@ import adapter from '@sveltejs/adapter-static';
3
/** @type {import('@sveltejs/kit').Config} */
4
const config = {
5
kit: {
6
- adapter: adapter(),
+ adapter: adapter({
7
+ strict: false
8
+ }),
9
paths: {
10
base: process.argv.includes('dev') ? '' : process.env.BASE_PATH
11
}
0 commit comments