skip to content
rainbow ゆめこ

Astro html minify

/ 1 min read

ai给的信息又是滞后的,配置无效,好在思路没错。

这样就把comments都移除了。

compress({
CSS: true,
HTML: {
"html-minifier-terser": {
removeAttributeQuotes: false,
},
},
Image: false,
JavaScript: true,
SVG: false,
Logger: 1,
}),