Don't remove quotes around attributes when possible
This commit is contained in:
@ -45,7 +45,9 @@ export default defineConfig({
|
||||
|
||||
compress({
|
||||
css: true,
|
||||
html: true,
|
||||
html: {
|
||||
removeAttributeQuotes: false,
|
||||
},
|
||||
img: false,
|
||||
js: true,
|
||||
svg: false,
|
||||
|
Reference in New Issue
Block a user