dioxus/lychee.toml
Miles Murgaw f42ca65931
Fix Links & Add Link Checker (#2769)
* feat: link checker
2024-08-02 10:46:18 -07:00

6 lines
No EOL
213 B
TOML

# This is the configuration file for lychee, a link validator.
exclude = ['file:///', 'https://github.com/DioxusLabs/dioxus/commit']
exclude_path = ['target']
no_progress = false
cache = true
max_cache_age = "10d"