Set fallback page

This commit is contained in:
Kevin Kandlbinder 2023-07-14 21:42:53 +02:00
parent 5c0fda2def
commit cccdd955a5
Signed by: kevin
GPG key ID: 1460B586646E180D

View file

@ -20,7 +20,9 @@ const config = {
// adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
// If your environment is not supported or you settled on a specific environment, switch out the adapter.
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
adapter: adapter()
adapter: adapter({
fallback: "404.html"
})
}
};