From 6427f84ea6643d5f6c3e74708ade29a9e84a1ad9 Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 5 Jul 2023 07:54:02 -0700 Subject: [PATCH] Hugo v0.115.1 Signed-off-by: Tommy --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index cd90369..e726483 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build.environment] - HUGO_VERSION = "0.115.0" + HUGO_VERSION = "0.115.1" [context.deploy-preview] command = "sed -i 's/! Content-Security-Policy//g' static/_headers && hugo -b $DEPLOY_PRIME_URL"