From 98bc8fbf8ae2a8d993576b13b96e4874b82f3299 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 21 Sep 2022 18:32:49 -0700 Subject: chore(netlify): netlify deploy support --- svelte.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'svelte.config.js') 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} */ -- cgit v1.2.3