Update content/en/functions/templates/Defer.md

Co-authored-by: Joe Mooring <joe@mooring.com>
This commit is contained in:
Bjørn Erik Pedersen 2024-06-21 15:15:15 +02:00
parent 7f7fb2f272
commit 23d996b3da

View File

@ -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" source = "hugo_stats.json"
target = "assets/notwatching/hugo_stats.json" target = "assets/notwatching/hugo_stats.json"
disableWatch = true disableWatch = true
[build] [build.buildStats]
writeStats = true writeStats = true
[[build.cachebusters]] [[build.cachebusters]]
source = "assets/notwatching/hugo_stats\\.json" source = "assets/notwatching/hugo_stats\\.json"