From 4757ed64021bd89ae7af2ce484f4daed44976508 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 25 Jun 2023 10:19:10 -0700 Subject: [PATCH] Hugo v0.114.1 (#141) Signed-off-by: Tommy --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index bb4bd4c..9a5794c 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build.environment] - HUGO_VERSION = "0.114.0" + HUGO_VERSION = "0.114.1" [context.deploy-preview] command = "sed -i 's/! Content-Security-Policy//g' static/_headers && hugo -b $DEPLOY_PRIME_URL"