format files

This commit is contained in:
maxDorninger
2025-07-17 17:20:49 +02:00
parent e051001ea5
commit a232d5e935
8 changed files with 22 additions and 19 deletions

View File

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