From c9017422787cbeb0a2739b5fa5340ea3e2d349e7 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 14 Aug 2023 18:40:47 +0300 Subject: [PATCH] Update astro.config.mjs --- astro.config.mjs | 3 --- 1 file changed, 3 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index e4ac4cb..a2a9af1 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -64,13 +64,10 @@ export default defineConfig({ tasks(), compress({ - CSS: true, HTML: { removeAttributeQuotes: false, }, Image: false, - JavaScript: true, - SVG: true, Logger: 1, }), ],