From 8072540e555236a56f13518513194e6442f9cf44 Mon Sep 17 00:00:00 2001 From: Mathieu Limonier Date: Wed, 22 Jul 2026 19:36:19 +0200 Subject: [PATCH] Forcer le minify --- site/hugo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/hugo.toml b/site/hugo.toml index 6721952..9cf8c90 100644 --- a/site/hugo.toml +++ b/site/hugo.toml @@ -15,6 +15,8 @@ disableKinds = [ "taxonomy", "term" ] +[minify] + minifyOutput = true enableRobotsTXT = true enableGitInfo = false