web/svelte: enable fallback page generation
Some checks are pending
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
Run tests / test service functionality (push) Waiting to run
Run tests / test service: ${{ matrix.service }} (push) Blocked by required conditions

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
pages: 'build',
assets: 'build',
fallback: undefined,
fallback: '404.html',
precompress: false,
strict: true
}),