Skip to content

Commit 8f79a44

Browse files
committed
fix
1 parent 20a819f commit 8f79a44

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

svelte.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ import adapter from '@sveltejs/adapter-static';
33
/** @type {import('@sveltejs/kit').Config} */
44
const config = {
55
kit: {
6-
adapter: adapter(),
6+
adapter: adapter({
7+
strict: false
8+
}),
79
paths: {
810
base: process.argv.includes('dev') ? '' : process.env.BASE_PATH
911
}

0 commit comments

Comments
 (0)