Skip to content

Commit 0072bce

Browse files
committed
updated lychee config
1 parent b59d359 commit 0072bce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lychee.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@ exclude = [
4141
'\.(pdf|zip|png|jpg|jpeg|gif|svg|json)$'
4242
]
4343

44-
# Accept all status codes
44+
# Accept all status codes except 404
4545
accept = [
46-
"200..=299",
46+
"100..=399",
47+
"401..=403",
48+
"405..=999"
4749
]
4850

4951
# Use compact format for cleaner output

0 commit comments

Comments
 (0)