Skip to content

Commit 60d9de7

Browse files
committed
Don't remove quotes around attributes when possible
1 parent c0f7759 commit 60d9de7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

astro.config.mjs

+3-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ export default defineConfig({
4545

4646
compress({
4747
css: true,
48-
html: true,
48+
html: {
49+
removeAttributeQuotes: false,
50+
},
4951
img: false,
5052
js: true,
5153
svg: false,

0 commit comments

Comments
 (0)