Skip to content

Commit ce51e4f

Browse files
authored
chore: update lychee config to accept 200 to 202 (#113)
1 parent a758a94 commit ce51e4f

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
@@ -2,7 +2,7 @@ extensions = ["md"]
22
timeout = 30 # in seconds
33
header = { "accept" = "text/html" }
44
accept = [
5-
"200",
5+
"200..=202",
66
"429",
77
"502", # it's ok if the backend is down during the scan
88
"503", # it's ok if the backend is down during the scan

0 commit comments

Comments
 (0)