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: {
adapter: adapter({
fallback: 'index.html'
fallback: '404.html'
}),
paths: {
// base: '{{.urlbase}}',