From 2649079f2e8e7b541b40b1d815efde886ef483b6 Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 31 Oct 2023 15:55:46 -0700 Subject: [PATCH] Hugo v0.120.2 Signed-off-by: Tommy --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 9c9dd94..51fd0e1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build.environment] - HUGO_VERSION = "0.120.1" + HUGO_VERSION = "0.120.2" [context.deploy-preview] command = "sed -i 's/! Content-Security-Policy//g' static/_headers && hugo -b $DEPLOY_PRIME_URL"