From c3f418e87bb2b6177be16f80334d841f9c1fdb2f Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Sat, 28 May 2022 13:53:24 -0700 Subject: [PATCH] Minify RSS/Atom, since those are kinda hug --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index fe1010b..509e529 100644 --- a/config.toml +++ b/config.toml @@ -145,6 +145,6 @@ disableKinds = ["taxonomy", "term"] # don't minify html but minify other resources, esp the fulltext rss/atom feeds [minify] - minifyOutput = false + minifyOutput = true disableXML = false disableHTML = true