Add 404 page as fallback page
This commit is contained in:
parent
12fc54c89d
commit
4616c6252a
@ -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…
Reference in New Issue
Block a user