Skip to content

Commit d994649

Browse files
Copilothotlong
andcommitted
Exclude Fumadocs relative file links from lychee checking
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent a74d2c8 commit d994649

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lychee.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@ exclude = [
5252
"https://x.com*",
5353

5454
# Email links
55-
"mailto:*"
55+
"mailto:*",
56+
57+
# Fumadocs relative links (handled by framework at runtime)
58+
# These are links like ./agent that resolve to .mdx files
59+
"file://**/content/docs/**"
5660
]
5761

5862
# Cache results to speed up subsequent runs

0 commit comments

Comments
 (0)