diff options
| -rw-r--r-- | config/_default/hugo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 684ab76..2a57aef 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -17,6 +17,9 @@ timeZone = "UTC" [markup] _merge = "deep" +[minify] + minifyOutput = true + [taxonomies] tag = "tags" |
