mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +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
|
// 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
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Reference in a new issue