web/svelte: enable fallback page generation

This commit is contained in:
dumbmoron 2024-09-03 13:38:07 +00:00
parent 1262bc20fe
commit b7e5a94226
No known key found for this signature in database

View file

@ -25,7 +25,7 @@ const config = {
// these options are set automatically — see below // these options are set automatically — see below
pages: 'build', pages: 'build',
assets: 'build', assets: 'build',
fallback: undefined, fallback: '404.html',
precompress: false, precompress: false,
strict: true strict: true
}), }),