From 400fb710078963a3ad48c5769f54119ab35c68c7 Mon Sep 17 00:00:00 2001 From: memdmp Date: Mon, 21 Jul 2025 21:50:47 +0000 Subject: fix: meow --- svelte.config.js | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'svelte.config.js') diff --git a/svelte.config.js b/svelte.config.js index 03c17f2..df0fdce 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -3,10 +3,14 @@ import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'; /** @type {import('@sveltejs/kit').Config} */ const config = { - // Consult https://svelte.dev/docs/kit/integrations - // for more information about preprocessors - preprocess: vitePreprocess(), - kit: { adapter: adapter() } + // Consult https://svelte.dev/docs/kit/integrations + // for more information about preprocessors + preprocess: vitePreprocess(), + kit: { + adapter: adapter({ + precompress: true, + }), + }, }; export default config; -- cgit v1.2.3