mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2025-05-10 02:05:10 -04:00
Update netlify.toml
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
7cff54b718
commit
b368f68b53
1 changed files with 5 additions and 0 deletions
|
@ -21,3 +21,8 @@ package = "netlify-plugin-checklinks"
|
||||||
# Checklinks outputs TAP (https://testanything.org/tap-version-13-specification.html)
|
# Checklinks outputs TAP (https://testanything.org/tap-version-13-specification.html)
|
||||||
# by default. Enabling pretty mode makes the output easier on the eyes.
|
# by default. Enabling pretty mode makes the output easier on the eyes.
|
||||||
pretty = true
|
pretty = true
|
||||||
|
|
||||||
|
# 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]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue