mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2024-12-22 04:41:33 -05:00
Hugo v0.111.2
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
9bbe003b35
commit
a7c507a60c
10
netlify.toml
10
netlify.toml
@ -1,5 +1,5 @@
|
|||||||
[build.environment]
|
[build.environment]
|
||||||
HUGO_VERSION = "0.111.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,9 +27,9 @@ 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/code/index.html",
|
"public/code/index.html",
|
||||||
"public/privacy/index.html",
|
"public/privacy/index.html",
|
||||||
"public/donate/index.html",
|
"public/donate/index.html",
|
||||||
"public/404.html",
|
"public/404.html",
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user