mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 04:39:58 +00:00
web/svelte: enable fallback page generation
This commit is contained in:
parent
1262bc20fe
commit
b7e5a94226
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue