From a7c507a60c0ffc0ee0d3bb53984af5c6b1c5e2e8 Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 6 Mar 2023 12:33:19 -0500 Subject: [PATCH] Hugo v0.111.2 Signed-off-by: Tommy --- netlify.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/netlify.toml b/netlify.toml index 941add4..cc10234 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build.environment] - HUGO_VERSION = "0.111.1" + HUGO_VERSION = "0.111.2" [context.deploy-preview] command = "hugo -b $DEPLOY_PRIME_URL" @@ -27,9 +27,9 @@ package = "netlify-plugin-checklinks" # skipPatterns is an array of strings you can match against failing reports skipPatterns = [ "public/index.html", - "public/about/index.html", - "public/code/index.html", - "public/privacy/index.html", - "public/donate/index.html", + "public/about/index.html", + "public/code/index.html", + "public/privacy/index.html", + "public/donate/index.html", "public/404.html", ]