We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3417036 commit 49dc711Copy full SHA for 49dc711
svelte.config.js
@@ -13,7 +13,10 @@ const config = {
13
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
14
adapter: adapter({
15
pages: 'build',
16
- assets: 'build'
+ assets: 'build',
17
+ fallback: undefined,
18
+ precompress: false,
19
+ strict: true
20
}),
21
paths: {
22
base: process.argv.includes('dev') ? '' : process.env.BASE_PATH
0 commit comments