mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 19:22:52 +02:00
test: meta theme-color issue
This commit is contained in:
parent
dce0b3a786
commit
fa3d73fe17
4 changed files with 17 additions and 7 deletions
|
@ -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: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue