diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 6a20bfd3891..55ada243ea3 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -86,6 +86,15 @@ replacements = "github.com/FortAwesome/Font-Awesome -> @fortawesome/fontawesome- [minify] minifyOutput = false +# Disable HTTP cache feature introduced in Hugo v0.127.0 +[httpCache] + [httpCache.cache] + [httpCache.cache.for] + excludes = ["**"] + includes = [] + [[httpCache.polls]] + disable = true + # Everything below this are Site Params # ====================================== # These are mainly (all?) Docsy settings