From ee1286470cada9720213de4d1f2024a5c7f72d48 Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 31 Jul 2023 19:38:25 -0700 Subject: [PATCH] Hugo v0.116.0 Signed-off-by: Tommy --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index ea9e7d0..0f2c2f2 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build.environment] - HUGO_VERSION = "0.115.4" + HUGO_VERSION = "0.116.0" [context.deploy-preview] command = "sed -i 's/! Content-Security-Policy//g' static/_headers && hugo -b $DEPLOY_PRIME_URL"