Remove superfluous fallback option
This commit is contained in:
parent
1398154b4b
commit
f180f7b826
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ const config = {
|
|||
adapter: adapter({
|
||||
pages: 'build',
|
||||
assets: 'build',
|
||||
fallback: 'index.html',
|
||||
fallback: undefined,
|
||||
precompress: false,
|
||||
strict: true
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue