Skip to content

Commit 3ce3d37

Browse files
author
Drew Stone
committed
fix: simplify lychee ignore patterns for internal routes
1 parent 6f9f6e8 commit 3ce3d37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.lycheeignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ https://localhost*
33
# Testnet explorer returns 401 but links are valid
44
https://testnet-explorer.tangle.tools/*
55
# Internal MDX routes without .mdx extension (valid Nextra routes, not filesystem paths)
6-
file://**/pages/network/claim-airdrop
7-
file://**/pages/operators/operator/join_operator/join
6+
**/claim-airdrop
7+
**/join_operator/join

0 commit comments

Comments
 (0)