diff options
| author | Berke Güzel <wenekar1@gmail.com> | 2026-02-09 00:28:07 +0300 |
|---|---|---|
| committer | Berke Güzel <wenekar1@gmail.com> | 2026-02-09 00:28:07 +0300 |
| commit | 169ab22e65874ecfd9c047d60934220b60a86f15 (patch) | |
| tree | 737ed5e491fd557a7459c6c2e9d78a405bdeb4ab /svelte.config.js | |
| parent | 895e300b9a01d511edf5634c881873e5c1a1a73c (diff) | |
inline css
Diffstat (limited to 'svelte.config.js')
| -rw-r--r-- | svelte.config.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/svelte.config.js b/svelte.config.js index 5194591..91df49e 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -4,7 +4,11 @@ import mdsvexConfig from './mdsvex.config.js'; /** @type {import('@sveltejs/kit').Config} */ const config = { - kit: { adapter: adapter(), paths: { relative: false } }, + kit: { + adapter: adapter(), + paths: { relative: false }, + inlineStyleThreshold: 100_000 + }, preprocess: [mdsvex(mdsvexConfig)], extensions: ['.svelte', '.svx'] }; |
