aboutsummaryrefslogtreecommitdiffstats
path: root/svelte.config.js
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-07-21 21:50:47 +0000
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-07-21 21:50:47 +0000
commit400fb710078963a3ad48c5769f54119ab35c68c7 (patch)
treedec6e4296f6cdcf225a86b4f210bf6c7c549efb3 /svelte.config.js
parent03cba83324bda8ca6222258dd92570456187d729 (diff)
downloadfahrplan-400fb710078963a3ad48c5769f54119ab35c68c7.tar.gz
fahrplan-400fb710078963a3ad48c5769f54119ab35c68c7.tar.bz2
fahrplan-400fb710078963a3ad48c5769f54119ab35c68c7.tar.lz
fahrplan-400fb710078963a3ad48c5769f54119ab35c68c7.zip

fix: meow

Diffstat (limited to 'svelte.config.js')
-rw-r--r--svelte.config.js12
1 files changed, 8 insertions, 4 deletions
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;