mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
9a235d0afc
commit
dd67922013
1 changed files with 3 additions and 1 deletions
|
@ -40,7 +40,9 @@ var defaultTdewolffConfig = TdewolffConfig{
|
||||||
Precision: 0,
|
Precision: 0,
|
||||||
KeepCSS2: true,
|
KeepCSS2: true,
|
||||||
},
|
},
|
||||||
JS: js.Minifier{},
|
JS: js.Minifier{
|
||||||
|
Version: 2022,
|
||||||
|
},
|
||||||
JSON: json.Minifier{},
|
JSON: json.Minifier{},
|
||||||
SVG: svg.Minifier{
|
SVG: svg.Minifier{
|
||||||
KeepComments: false,
|
KeepComments: false,
|
||||||
|
|
Loading…
Reference in a new issue