From c5fff6b12d7772926fefb592eaad434cfa7067b9 Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 20 Jun 2023 04:21:32 -0700 Subject: [PATCH] Hugo v0.114.0 (#137) Signed-off-by: Tommy --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 0c2d0d6..97105fc 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build.environment] - HUGO_VERSION = "0.113.0" + HUGO_VERSION = "0.114.0" [context.deploy-preview] command = "sed -i 's/! Content-Security-Policy//g' static/_headers && hugo --minify"