Add 404 page as fallback page

This commit is contained in:
nemunaire 2022-10-15 15:05:00 +02:00
parent 12fc54c89d
commit 4616c6252a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ const config = {
kit: { kit: {
adapter: adapter({ adapter: adapter({
fallback: 'index.html' fallback: '404.html'
}), }),
paths: { paths: {
// base: '{{.urlbase}}', // base: '{{.urlbase}}',