This commit is contained in:
vcoppe
2024-07-25 23:32:59 +02:00
parent a7f6e62242
commit e15b2ea76e
5 changed files with 68 additions and 36 deletions

View File

@@ -15,7 +15,7 @@ const config = {
adapter: adapter({
pages: 'build',
assets: 'build',
fallback: 'index.html',
fallback: '404.html',
precompress: false,
strict: true
}),