From 8e5a45537c79ddbdbf95046c7f28029999b1af5e Mon Sep 17 00:00:00 2001 From: Steve Scargall <37674041+sscargal@users.noreply.github.com> Date: Wed, 3 Sep 2025 03:39:35 +0000 Subject: [PATCH] Added GitHub Pages caches.images config option Signed-off-by: Steve Scargall <37674041+sscargal@users.noreply.github.com> --- hugo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 325678d..bd381e3 100644 --- a/hugo.toml +++ b/hugo.toml @@ -138,4 +138,9 @@ tags = 'tags' [module] [module.hugoVersion] extended = true - min = '0.146.0' \ No newline at end of file + min = '0.146.0' + +# GitHub Pages +[caches] + [caches.images] + dir = ':cacheDir/images'