aboutsummaryrefslogtreecommitdiff
path: root/svelte.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'svelte.config.js')
-rw-r--r--svelte.config.js21
1 files changed, 1 insertions, 20 deletions
diff --git a/svelte.config.js b/svelte.config.js
index 5dc9e09..ff8b4c5 100644
--- a/svelte.config.js
+++ b/svelte.config.js
@@ -1,20 +1 @@
-import adapter from '@sveltejs/adapter-static';
-import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
-
-export default {
- // Consult https://svelte.dev/docs#compile-time-svelte-preprocess
- // for more information about preprocessors
- preprocess: vitePreprocess(),
- kit: {
- adapter: adapter({
- // default options are shown. On some platforms
- // these options are set automatically — see below
- pages: 'build',
- assets: 'build',
- fallback: undefined,
- precompress: false,
- strict: true
- })
- }
-}
-
+export default {};