aboutsummaryrefslogtreecommitdiff
path: root/svelte.config.js
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-09-21 18:32:49 -0700
committerFuwn <[email protected]>2022-09-21 18:32:49 -0700
commit98bc8fbf8ae2a8d993576b13b96e4874b82f3299 (patch)
treead75d9f3beebf2a9bb3b43bf0f5a4fdd6d48554c /svelte.config.js
parentfeat: initial commit (diff)
downloadcapybara-markets-98bc8fbf8ae2a8d993576b13b96e4874b82f3299.tar.xz
capybara-markets-98bc8fbf8ae2a8d993576b13b96e4874b82f3299.zip
chore(netlify): netlify deploy support
Diffstat (limited to 'svelte.config.js')
-rw-r--r--svelte.config.js3
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} */