diff options
| author | Berke Güzel <wenekar1@gmail.com> | 2026-02-09 01:24:23 +0300 |
|---|---|---|
| committer | Berke Güzel <wenekar1@gmail.com> | 2026-02-09 01:24:23 +0300 |
| commit | 3955fbabc9ed05116be07c9f659cd550734f8593 (patch) | |
| tree | 109ebc5e0946d44b4766219a02b74dac36795300 /svelte.config.js | |
| parent | f2bb77e460acfd5929ecc6de053b68932f2c8121 (diff) | |
go FAST
Diffstat (limited to 'svelte.config.js')
| -rw-r--r-- | svelte.config.js | 2 |
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"], |
