We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee2424 commit e7adaf0Copy full SHA for e7adaf0
svelte.config.js
@@ -21,7 +21,7 @@ const config = {
21
// these options are set automatically — see below
22
pages: 'build',
23
assets: 'build',
24
- fallback: "404.html",
+ fallback: "404",
25
precompress: false,
26
strict: true
27
})
0 commit comments