test: meta theme-color issue

This commit is contained in:
radishzzz 2025-01-20 22:14:43 +00:00
parent fa3d73fe17
commit fddfb8eb5f
2 changed files with 8 additions and 3 deletions

View file

@ -67,6 +67,12 @@ export default defineConfig({
removeComments: true,
removeEmptyAttributes: true,
removeRedundantAttributes: true,
minifyCSS: true,
minifyJS: true,
removeScriptTypeAttributes: true,
removeStyleLinkTypeAttributes: true,
sortAttributes: true,
sortClassName: true,
},
},
}),