Skip to content

Commit 44674f3

Browse files
authored
fix: lychee root dir errors (#6656)
1 parent fcfdc9b commit 44674f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.config/lychee.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
verbose = "debug"
66
no_progress = true
7-
exclude_path = ["./node_modules", "./docs/node_modules", "./documentation", "./target"]
7+
# Base URL for resolving root-relative links in docs (e.g., /img/logo.png -> https://docs.forest.chainsafe.io/img/logo.png)
8+
base_url = "https://docs.forest.chainsafe.io"
9+
exclude_path = ["./node_modules", "./docs/node_modules", "./target", "./docs/build", "./build"]
810
exclude = [
911
# Avoid Github rate limits
1012
"github.com/ChainSafe/forest",

0 commit comments

Comments
 (0)