Add 404.html fallback

This commit is contained in:
ChrisDill 2023-08-18 07:17:26 +01:00
parent b2e4d7af50
commit 2707b72e5a

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'