Remove superfluous fallback option

This commit is contained in:
Neshura 2024-05-20 02:20:11 +02:00
parent 1398154b4b
commit f180f7b826
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -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
}) })