Update astro.config.mjs

This commit is contained in:
Nikola Hristov
2023-08-14 18:40:47 +03:00
committed by GitHub
parent f398eb58e7
commit c901742278

View File

@ -64,13 +64,10 @@ export default defineConfig({
tasks(), tasks(),
compress({ compress({
CSS: true,
HTML: { HTML: {
removeAttributeQuotes: false, removeAttributeQuotes: false,
}, },
Image: false, Image: false,
JavaScript: true,
SVG: true,
Logger: 1, Logger: 1,
}), }),
], ],