# Configuration for https://github.com/lycheeverse/lychee
# Checks links in the built Starlight docs site under `site/dist/client/`
# and the repo root README.md.
# Run: `just lychee` (requires `just site-build` first).
max_concurrency = 20
timeout = 20
max_retries = 3
# claude.ai returns 403 to automated link checkers
exclude = ["https://claude.ai/.*"]