We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b505c4 commit f76ad55Copy full SHA for f76ad55
1 file changed
.lychee.toml
@@ -19,5 +19,8 @@ verbose = "error"
19
# Exclude sitemap file from scanning (it contains pre-publish production URLs)
20
exclude_path = ["sitemap\\.xml"]
21
22
-# Exclude sitemap URL referenced in robots.txt (only exists after deployment)
23
-exclude = ["https://mflowcode\\.github\\.io/sitemap\\.xml"]
+# Exclude URLs that fail due to external issues (broken SSL, pre-deploy only, etc.)
+exclude = [
24
+ "https://mflowcode\\.github\\.io/sitemap\\.xml", # Only exists after deployment
25
+ "https://cpe\\.ext\\.hpe\\.com", # HPE Cray docs have broken SSL cert
26
+]
0 commit comments