fix(kilo-docs): exclude consistently timing-out URLs from link checker

This commit is contained in:
kiloconnect[bot]
2026-04-02 15:42:04 +00:00
parent 56f73d8778
commit f72b3fa3e7
+3
View File
@@ -36,4 +36,7 @@ exclude = [
'^https?://api\.apertis\.ai/v1/?$',
# Redirects to authenticated Google Cloud console
'^https?://console\.cloud\.google\.com',
# Consistently times out in CI
'^https?://opncd\.ai',
'^https?://zod\.dev/v4/changelog',
]