test: meta theme-color issue

This commit is contained in:
radishzzz 2025-01-20 21:49:33 +00:00
parent dce0b3a786
commit fa3d73fe17
4 changed files with 17 additions and 7 deletions

View file

@ -59,7 +59,17 @@ export default defineConfig({
policy: [{ userAgent: '*', allow: '/' }],
sitemap: true,
}),
compress(),
compress({
HTML: {
'html-minifier-terser': {
removeAttributeQuotes: false,
collapseWhitespace: true,
removeComments: true,
removeEmptyAttributes: true,
removeRedundantAttributes: true,
},
},
}),
],
markdown: {
remarkPlugins: [