Temporarily disable astro-compress HTML compression due to issue #298

This commit is contained in:
prototypa
2023-12-01 21:47:55 -05:00
parent ee5bb1747a
commit cf40b9d093

View File

@ -64,9 +64,7 @@ export default defineConfig({
compress({
CSS: true,
HTML: {
removeAttributeQuotes: false,
},
HTML: false,
Image: false,
JavaScript: true,
SVG: true,