Add 404 page as fallback page
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3c070995d3
commit
30a50b775f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ const config = {
|
|||
|
||||
kit: {
|
||||
adapter: adapter({
|
||||
fallback: 'index.html'
|
||||
fallback: '404.html'
|
||||
}),
|
||||
paths: {
|
||||
// base: '{{.urlbase}}',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue