Add 404 page as fallback page
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2022-10-15 15:05:00 +02:00
parent 3c070995d3
commit 30a50b775f

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}}',