diff options
Diffstat (limited to 'svelte.config.js')
| -rw-r--r-- | svelte.config.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/svelte.config.js b/svelte.config.js index 23f07d2..892f0c4 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -3,13 +3,13 @@ import preprocess from 'svelte-preprocess'; /** @type {import('@sveltejs/kit').Config} */ const config = { - // Consult https://github.com/sveltejs/svelte-preprocess - // for more information about preprocessors - preprocess: preprocess(), + // Consult https://github.com/sveltejs/svelte-preprocess + // for more information about preprocessors + preprocess: preprocess(), - kit: { - adapter: adapter() - } + kit: { + adapter: adapter() + } }; export default config; |