1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-11-17 03:51:35 -05:00

Update netlify.toml

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-07-24 05:42:22 -04:00 committed by tommytran732
parent b368f68b53
commit 344c8862c3
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -25,4 +25,11 @@ package = "netlify-plugin-checklinks"
# You can mark some check as skipped, which will block checklinks
# from ever attempting to execute them.
# 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/404.html]
skipPatterns = [
"public/index.html",
"public/about/index.html",
"public/code/index.html",
"public/privacy/index.html",
"public/donate/index.html",
"public/404.html",
]