diff --git a/hugo.toml b/hugo.toml index c0094725f..f1716c3ea 100644 --- a/hugo.toml +++ b/hugo.toml @@ -10,6 +10,10 @@ title = "Hugo" # We do redirects via Netlify's _redirects file, generated by Hugo (see "outputs" below). disableAliases = true +[caches.images] + dir = ":cacheDir/images" + maxAge = "1440h" + [pagination] pagerSize = 100