From a7d67883aeee55484c27c6859da1dc1f2205e049 Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 31 Aug 2023 09:02:20 -0700 Subject: [PATCH] Hugo v0.118.2 (#152) Signed-off-by: Tommy --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index a1735c5..efedf18 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build.environment] - HUGO_VERSION = "0.117.0" + HUGO_VERSION = "0.118.2" [context.deploy-preview] command = "sed -i 's/! Content-Security-Policy//g' static/_headers && hugo -b $DEPLOY_PRIME_URL"