mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
Some minify configuration adjustments
This commit is contained in:
@@ -1415,7 +1415,7 @@
|
||||
"goldmark": {
|
||||
"renderer": {
|
||||
"hardWraps": false,
|
||||
"xHTML": false,
|
||||
"xhtml": false,
|
||||
"unsafe": false
|
||||
},
|
||||
"parser": {
|
||||
@@ -1452,14 +1452,15 @@
|
||||
"footnoteReturnLinkContents": ""
|
||||
}
|
||||
},
|
||||
"minifiers": {
|
||||
"minify": {
|
||||
"minifyOutput": false,
|
||||
"disableHTML": false,
|
||||
"disableCSS": false,
|
||||
"disableJS": false,
|
||||
"disableJSON": false,
|
||||
"disableSVG": false,
|
||||
"disableXML": false,
|
||||
"tdewolff": {
|
||||
"enableHtml": true,
|
||||
"enableCss": true,
|
||||
"enableJs": true,
|
||||
"enableJson": true,
|
||||
"enableSvg": true,
|
||||
"enableXml": true,
|
||||
"html": {
|
||||
"keepConditionalComments": true,
|
||||
"keepDefaultAttrVals": true,
|
||||
|
Reference in New Issue
Block a user