diff options
author | mat <github@matdoes.dev> | 2022-02-21 22:55:45 -0600 |
---|---|---|
committer | mat <github@matdoes.dev> | 2022-02-21 22:55:45 -0600 |
commit | 44f60c33e5162f952620c86e794d65409caf4e17 (patch) | |
tree | 8a2fb2ef228a6d027a2a513eff057e4f642cfe75 /svelte.config.js | |
parent | 0e2e782c4ec4cec14aa3454ac3332b8cb16f26af (diff) | |
download | skyblock-stats-44f60c33e5162f952620c86e794d65409caf4e17.tar.gz skyblock-stats-44f60c33e5162f952620c86e794d65409caf4e17.tar.bz2 skyblock-stats-44f60c33e5162f952620c86e794d65409caf4e17.zip |
downgrade sveltekit version
new one is broken on cloudflare
Diffstat (limited to 'svelte.config.js')
-rw-r--r-- | svelte.config.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/svelte.config.js b/svelte.config.js index 812ec21..4811785 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -11,10 +11,6 @@ const config = { // for more information about preprocessors preprocess: preprocess(), - compilerOptions: { - preserveWhitespace: false - }, - kit: { adapter: adapter(), // adapter: adapter({ |