Commit 818e7e4
fix: resolve lychee root-relative link errors
--exclude runs after URL construction; root-relative paths fail
before that stage. Use --root-dir . so lychee builds file:// URLs,
then --exclude 'file://' to skip all local path checks.
External links are still verified. Tested locally: 0 errors.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent b45b5b2 commit 818e7e4
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
36 | 37 | | |
0 commit comments