Skip to content

Commit d8e551c

Browse files
brabojclaude
andcommitted
fix: remap to root-relative paths instead of file:// URLs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 16f56e2 commit d8e551c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lychee.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Remap the /tutorial-git/ base path to the dist root so that
55
# root-relative links like /tutorial-git/introduction/ resolve
66
# to dist/introduction/index.html
7-
remap = ["/tutorial-git/(.*) file:///$1"]
7+
remap = ["^/tutorial-git/(.*) /$1"]
88

99
# Skip external links in CI to avoid flaky failures from transient
1010
# network issues. Run with --include-mail to check mailto: links.

0 commit comments

Comments
 (0)