From 3955fbabc9ed05116be07c9f659cd550734f8593 Mon Sep 17 00:00:00 2001 From: Berke Güzel Date: Mon, 9 Feb 2026 01:24:23 +0300 Subject: go FAST --- svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svelte.config.js') 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"], -- cgit v1.2.3