From 169ab22e65874ecfd9c047d60934220b60a86f15 Mon Sep 17 00:00:00 2001 From: Berke Güzel Date: Mon, 9 Feb 2026 00:28:07 +0300 Subject: inline css --- svelte.config.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'svelte.config.js') 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'] }; -- cgit v1.2.3