Skip to content

Commit 31f9440

Browse files
committed
feat: add fallback extensions for custom JSX links in lychee.toml
1 parent 34b17d6 commit 31f9440

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lychee.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Custom JSX links (e.g. <Card href="./page" />) point to extensionless
2+
# routes, matching how Fumadocs serves pages. Retry missing local files with
3+
# these extensions so the checker resolves them to their source files.
4+
fallback_extensions = ["mdx", "md"]

0 commit comments

Comments
 (0)