mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 11:12:54 +02:00
test: meta theme-color issue
This commit is contained in:
parent
fa3d73fe17
commit
fddfb8eb5f
2 changed files with 8 additions and 3 deletions
|
@ -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,
|
||||
},
|
||||
},
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue