We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b20e2 commit ecd43e6Copy full SHA for ecd43e6
ci/lychee.toml
@@ -30,3 +30,10 @@ exclude_loopback = false
30
31
# Check mail addresses
32
include_mail = true
33
+
34
+# Exclude problematic links that consistently fail
35
+exclude = [
36
+ # Creative Commons links return 403 for automated requests
37
+ "https://creativecommons.org/publicdomain/zero/1.0/",
38
+ "https://creativecommons.org/"
39
+]
0 commit comments