Just make it an SPA
All checks were successful
Build & Deploy / build (push) Successful in 39s

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2024-07-10 21:59:31 +02:00
parent 9e8e5c5171
commit 1646cd1583
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD

View file

@ -13,7 +13,7 @@ const config = {
// 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({
fallback: '404.html'
fallback: 'index.html'
})
}
};