summaryrefslogtreecommitdiff
path: root/svelte.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'svelte.config.js')
-rw-r--r--svelte.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/svelte.config.js b/svelte.config.js
index 0b4c56e..dd656c3 100644
--- a/svelte.config.js
+++ b/svelte.config.js
@@ -5,7 +5,7 @@ import mdsvexConfig from "./mdsvex.config.js";
/** @type {import('@sveltejs/kit').Config} */
const config = {
kit: {
- adapter: adapter(),
+ adapter: adapter({ precompress: true }),
paths: { relative: false },
inlineStyleThreshold: 100_000,
},