Skip to content

Commit 49dc711

Browse files
committed
Update Svelte adapter configuration with fallback, precompress, and strict options
1 parent 3417036 commit 49dc711

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

svelte.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ const config = {
1313
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
1414
adapter: adapter({
1515
pages: 'build',
16-
assets: 'build'
16+
assets: 'build',
17+
fallback: undefined,
18+
precompress: false,
19+
strict: true
1720
}),
1821
paths: {
1922
base: process.argv.includes('dev') ? '' : process.env.BASE_PATH

0 commit comments

Comments
 (0)