diff --git a/lychee.toml b/lychee.toml index 8f3d6c5..1b082c1 100644 --- a/lychee.toml +++ b/lychee.toml @@ -7,6 +7,9 @@ exclude = [ "^http://", ] +# Skip the symlink directory to prevent recursive scanning +exclude_path = ["astro-site/dist/tutorial-git"] + # Accept 200 and 204 accept = [200, 204]