Add 404 page as fallback page
This commit is contained in:
parent
12fc54c89d
commit
4616c6252a
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ const config = {
|
||||||
|
|
||||||
kit: {
|
kit: {
|
||||||
adapter: adapter({
|
adapter: adapter({
|
||||||
fallback: 'index.html'
|
fallback: '404.html'
|
||||||
}),
|
}),
|
||||||
paths: {
|
paths: {
|
||||||
// base: '{{.urlbase}}',
|
// base: '{{.urlbase}}',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue