Skip to content

Commit 7550fb2

Browse files
committed
Have Lychee ignore 429 errors (too many requests).
1 parent dc8fcfb commit 7550fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.lychee.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include_fragments = true
22

3-
accept = ["200..=299", "403"]
3+
accept = ["200..=299", "403", "429"]
44

55
remap = [
66
# workaround for https://github.com/lycheeverse/lychee/issues/1729

0 commit comments

Comments
 (0)