Skip to content

Commit

Permalink
Add retry to link test
Browse files Browse the repository at this point in the history
  • Loading branch information
bdfinst committed Mar 13, 2024
1 parent 0db826e commit 1e77443
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions linkinator.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"recurse": true,
"skip": "^(https://.*linkedin.com),^(https://.*youtube.com),^(https://.*twitter.com), ^(https://.*github.com)",
"verbosity": "error",
"url-rewrite-search": "https://minimumcd.org/",
"url-rewrite-replace": "public/"
"retry": true,
"retryErrors": true,
"retryErrorsCount": 3
}

0 comments on commit 1e77443

Please sign in to comment.