From e5797f5fa7ff2dcc3844f12c690435a3596051a3 Mon Sep 17 00:00:00 2001 From: maxime-cool Date: Fri, 12 Jan 2024 11:24:59 +0100 Subject: [PATCH] change useResourceCacheWhen --- hugo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hugo.toml b/hugo.toml index be2380f..dfe9593 100644 --- a/hugo.toml +++ b/hugo.toml @@ -3,6 +3,8 @@ languageCode = 'en-us' title = 'My New Hugo Site' theme = 'ananke' +[build] + useResourceCacheWhen = 'never' [[deployment.targets]] URL = "s3://palettetest?endpoint=https://garage.deuxfleurs.fr&s3ForcePathStyle=true®ion=garage" \ No newline at end of file