From 09386f3fc35c36a1bd02059445a65a6d9d2243b7 Mon Sep 17 00:00:00 2001 From: Sebastian Davids Date: Fri, 16 May 2025 11:03:06 +0200 Subject: [PATCH] docs: improve lychee.example.toml (lycheeverse#1699) Signed-off-by: Sebastian Davids --- lychee.example.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lychee.example.toml b/lychee.example.toml index bd0e778bb5..e473402681 100644 --- a/lychee.example.toml +++ b/lychee.example.toml @@ -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 # 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).