Add lychee

This commit is contained in:
2025-11-03 10:23:32 -08:00
parent ba1337f97b
commit c4f6b8d919
4 changed files with 141 additions and 130 deletions

12
lychee.toml Normal file
View File

@@ -0,0 +1,12 @@
cache = true
max_cache_age = "2d"
verbose = "info"
glob_ignore_case = false
exclude_path = ["./public"]
exclude = [
'^http(s)?://localhost',
'^file://',
"https://circles.math.ucla.edu/circles",
]