1
0
mirror of https://github.com/tommytran732/tommytran.io synced 2024-11-09 19:51:34 -05:00

Hugo v0.111.2

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-03-06 12:34:08 -05:00
parent e290414404
commit 19690747f2
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -1,5 +1,5 @@
[build.environment] [build.environment]
HUGO_VERSION = "0.110.1" HUGO_VERSION = "0.111.2"
[context.deploy-preview] [context.deploy-preview]
command = "hugo -b $DEPLOY_PRIME_URL" command = "hugo -b $DEPLOY_PRIME_URL"
@ -27,7 +27,7 @@ package = "netlify-plugin-checklinks"
# skipPatterns is an array of strings you can match against failing reports # skipPatterns is an array of strings you can match against failing reports
skipPatterns = [ skipPatterns = [
"public/index.html", "public/index.html",
"public/about/index.html", "public/about/index.html",
"public/contact/index.html", "public/contact/index.html",
"public/404.html", "public/404.html",
] ]