Add fallback

This commit is contained in:
Fred Boniface 2023-06-18 22:27:18 +01:00
parent d09d8fc81d
commit e4f18c389f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ export default {
adapter: adapter({ adapter: adapter({
pages: 'build', pages: 'build',
assets: 'build', assets: 'build',
fallback: 'undefined', fallback: 'index.html',
precompress: true, precompress: true,
strict: true strict: true
}) })