diff options
author | mat <github@matdoes.dev> | 2022-02-21 22:39:38 -0600 |
---|---|---|
committer | mat <github@matdoes.dev> | 2022-02-21 22:39:38 -0600 |
commit | 55cddf1e2c746c6836b03f0761f0771bbc982730 (patch) | |
tree | 6201b17170a27b09635172d67c827a16ca78f60f /svelte.config.js | |
parent | 2071203061bfbb18f2c1991b45556b8ec47536a8 (diff) | |
download | skyblock-stats-55cddf1e2c746c6836b03f0761f0771bbc982730.tar.gz skyblock-stats-55cddf1e2c746c6836b03f0761f0771bbc982730.tar.bz2 skyblock-stats-55cddf1e2c746c6836b03f0761f0771bbc982730.zip |
fix layout shift
Diffstat (limited to 'svelte.config.js')
-rw-r--r-- | svelte.config.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/svelte.config.js b/svelte.config.js index 4811785..812ec21 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -11,6 +11,10 @@ const config = { // for more information about preprocessors preprocess: preprocess(), + compilerOptions: { + preserveWhitespace: false + }, + kit: { adapter: adapter(), // adapter: adapter({ |