From 3315ea8a90c266e5472c8bd3e64aadf02f12a485 Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 7 Aug 2023 18:01:26 -0700 Subject: [PATCH] Hugo v0.117.0 (#148) Signed-off-by: Tommy --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index ed03695..a1735c5 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build.environment] - HUGO_VERSION = "0.116.1" + HUGO_VERSION = "0.117.0" [context.deploy-preview] command = "sed -i 's/! Content-Security-Policy//g' static/_headers && hugo -b $DEPLOY_PRIME_URL"