Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions lychee.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,17 @@ remap = ["https://example.com http://example.invalid"]
# Base URL or website root directory to check relative URLs.
base_url = "https://example.com"

# Root path to use when checking absolute local links, must be an absolute path
root_dir = "/dist"

# HTTP basic auth support. This will be the username and password passed to the
# authorization HTTP header. See
# <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Authorization>
basic_auth = ["example.com user:pwd"]

# Enable the checking of fragments in links.
include_fragments = true

############################# Exclusions ##########################

# Skip missing input files (default is to error if they don't exist).
Expand Down
Loading