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({
|
adapter: adapter({
|
||||||
pages: 'build',
|
pages: 'build',
|
||||||
assets: 'build',
|
assets: 'build',
|
||||||
fallback: 'index.html',
|
fallback: undefined,
|
||||||
precompress: false,
|
precompress: false,
|
||||||
strict: true
|
strict: true
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue