diff options
Diffstat (limited to 'svelte.config.js')
| -rw-r--r-- | svelte.config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/svelte.config.js b/svelte.config.js index 892f0c4..227418d 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -1,4 +1,5 @@ -import adapter from '@sveltejs/adapter-auto'; +// import adapter from '@sveltejs/adapter-auto'; +import adapter from '@sveltejs/adapter-netlify'; import preprocess from 'svelte-preprocess'; /** @type {import('@sveltejs/kit').Config} */ |