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 dd656c3..a06a7bb 100644
--- a/svelte.config.js
+++ b/svelte.config.js
@@ -7,7 +7,7 @@ const config = {
kit: {
adapter: adapter({ precompress: true }),
paths: { relative: false },
- inlineStyleThreshold: 100_000,
+ inlineStyleThreshold: 0,
},
preprocess: [mdsvex(mdsvexConfig)],
extensions: [".svelte", ".svx"],