diff options
Diffstat (limited to 'website/svelte.config.js')
| -rw-r--r-- | website/svelte.config.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/website/svelte.config.js b/website/svelte.config.js index 10c4eeb..4935008 100644 --- a/website/svelte.config.js +++ b/website/svelte.config.js @@ -2,12 +2,12 @@ import adapter from '@sveltejs/adapter-auto'; /** @type {import('@sveltejs/kit').Config} */ const config = { - kit: { - // 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() - } + kit: { + // 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(), + }, }; export default config; |
