From 23d996b3da359f8f4f43b7484199fcfd2d3be061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 21 Jun 2024 15:15:15 +0200 Subject: [PATCH] Update content/en/functions/templates/Defer.md Co-authored-by: Joe Mooring --- content/en/functions/templates/Defer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/functions/templates/Defer.md b/content/en/functions/templates/Defer.md index 32f4b9b26..ae71f7345 100644 --- a/content/en/functions/templates/Defer.md +++ b/content/en/functions/templates/Defer.md @@ -45,7 +45,7 @@ For the above to work well when running the server (or `hugo -w`), you want to h source = "hugo_stats.json" target = "assets/notwatching/hugo_stats.json" disableWatch = true -[build] +[build.buildStats] writeStats = true [[build.cachebusters]] source = "assets/notwatching/hugo_stats\\.json"