From 1e7744370881d7742b4fea1fb422be22ab789e07 Mon Sep 17 00:00:00 2001 From: Bryan Finster Date: Wed, 13 Mar 2024 11:40:44 -0500 Subject: [PATCH] Add retry to link test --- linkinator.config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/linkinator.config.json b/linkinator.config.json index df72eb7..bb88e8a 100644 --- a/linkinator.config.json +++ b/linkinator.config.json @@ -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 }