From 833a75134a1eda3ace47061b5e5da2fde05c977c Mon Sep 17 00:00:00 2001 From: Ender2K89 Date: Sat, 19 Aug 2023 22:06:09 +0200 Subject: [PATCH] HTML compression breaks some stuff disabled --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 532e4a9..a17cbfc 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -13,7 +13,7 @@ export default defineConfig({ react(), compress({ CSS: true, - HTML: true, + HTML: false, Image: true, JavaScript: true, SVG: true,