Skip to content

Commit 103d3e3

Browse files
Copilothotlong
andcommitted
Fix lychee.toml: change verbose from boolean to string
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent dca8cae commit 103d3e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lychee.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ follow_redirects = true
2121
include_fragments = false
2222

2323
# Verbose output
24-
verbose = true
24+
# Accepts log level: "error", "warn", "info", "debug", "trace"
25+
verbose = "info"
2526

2627
# Remap internal documentation links to actual file paths
2728
# Maps /docs/* routes to content/docs/*.mdx or content/docs/*.md files

0 commit comments

Comments
 (0)