chore(web): move globally and update minify config

This commit is contained in:
wanhose 2022-05-24 23:55:26 +02:00
parent 78bc59653e
commit 4266d0e241
2 changed files with 8 additions and 5 deletions

8
.minify.json Normal file
View File

@ -0,0 +1,8 @@
{
"html": {
"removeOptionalTags": false
},
"img": {
"maxSize": 0
}
}

View File

@ -1,5 +0,0 @@
{
"img": {
"maxSize": 0
}
}