diff --git a/astro.config.mjs b/astro.config.mjs index 02f5715..e4ac4cb 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -64,15 +64,14 @@ export default defineConfig({ tasks(), compress({ - css: true, - html: { + CSS: true, + HTML: { removeAttributeQuotes: false, }, - img: false, - js: true, - svg: true, - - logger: 1, + Image: false, + JavaScript: true, + SVG: true, + Logger: 1, }), ], diff --git a/src/components/ui/WidgetWrapper.astro b/src/components/ui/WidgetWrapper.astro index a4cc5c5..b7bac38 100644 --- a/src/components/ui/WidgetWrapper.astro +++ b/src/components/ui/WidgetWrapper.astro @@ -7,7 +7,7 @@ const { id, isDark = false, containerClass = "", bg, as = "section" } = Astro.pr const WrapperTag = as; --- - +