Add 404.html fallback

This commit is contained in:
Chris Dill 2023-08-18 07:17:26 +01:00
parent 8fc90db6a2
commit d85f13d74b

View File

@ -12,7 +12,7 @@ const config = {
adapter: adapter({
pages: 'build',
assets: 'build',
fallback: null,
fallback: '404.html',
precompress: false,
strict: true,
trailingSlash: 'always'