From cf40b9d093880c32365740ec6820636259b1d97b Mon Sep 17 00:00:00 2001 From: prototypa Date: Fri, 1 Dec 2023 21:47:55 -0500 Subject: [PATCH] Temporarily disable astro-compress HTML compression due to issue #298 --- astro.config.mjs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 989a983..cfd5251 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -64,9 +64,7 @@ export default defineConfig({ compress({ CSS: true, - HTML: { - removeAttributeQuotes: false, - }, + HTML: false, Image: false, JavaScript: true, SVG: true,