Add 404.html fallback
This commit is contained in:
parent
b2e4d7af50
commit
2707b72e5a
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ const config = {
|
|||
adapter: adapter({
|
||||
pages: 'build',
|
||||
assets: 'build',
|
||||
fallback: null,
|
||||
fallback: '404.html',
|
||||
precompress: false,
|
||||
strict: true,
|
||||
trailingSlash: 'always'
|
||||
|
|
|
|||
Loading…
Reference in a new issue