Don't remove quotes around attributes when possible

This commit is contained in:
prototypa
2023-01-18 23:38:09 -05:00
parent c0f7759d94
commit 60d9de74f4

View File

@ -45,7 +45,9 @@ export default defineConfig({
compress({
css: true,
html: true,
html: {
removeAttributeQuotes: false,
},
img: false,
js: true,
svg: false,