Skip to content

Commit 2c64b14

Browse files
committed
Update lychee configuration
1 parent 54ead10 commit 2c64b14

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

lychee.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
exclude_path = ["./vendor", "./docs/_build"]
2-
3-
headers = ["accept=*/*"]
1+
header = { "accept" = "text/html" }
42

53
scheme = ["https"]
64

@@ -18,7 +16,7 @@ exclude = [
1816
'^https://stackoverflow.com' # Since recently returns a 403 for some reason
1917
]
2018

21-
exclude_paths = [
19+
exclude_path = [
2220
"./docs/_build",
2321
".vendor"
2422
]

0 commit comments

Comments
 (0)