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