diff options
| author | Fuwn <[email protected]> | 2022-09-21 18:32:49 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-09-21 18:32:49 -0700 |
| commit | 98bc8fbf8ae2a8d993576b13b96e4874b82f3299 (patch) | |
| tree | ad75d9f3beebf2a9bb3b43bf0f5a4fdd6d48554c /svelte.config.js | |
| parent | feat: initial commit (diff) | |
| download | capybara-markets-98bc8fbf8ae2a8d993576b13b96e4874b82f3299.tar.xz capybara-markets-98bc8fbf8ae2a8d993576b13b96e4874b82f3299.zip | |
chore(netlify): netlify deploy support
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} */ |