Skip to content

Commit f27ce47

Browse files
committed
fix(infra): exclude localhost URLs from lychee (quickstart uses them)
1 parent 0c59a6f commit f27ce47

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

lychee.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ exclude = [
3131

3232
# docs bundle ZIP — built inside the pages.yml workflow, not committed
3333
'downloads/translately-docs\.zip$',
34+
35+
# Local dev URLs — walkthroughs point at the docker-compose services
36+
# (backend, webapp, Mailpit, MinIO console, MinIO API) that only exist
37+
# on the reader's laptop.
38+
'^https?://localhost(:\d+)?(/|$)',
39+
'^https?://127\.0\.0\.1(:\d+)?(/|$)',
3440
]
3541

3642
# Accept common redirect status codes so 302 login walls don't trip the checker

0 commit comments

Comments
 (0)