mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
f42ca65931
* feat: link checker
6 lines
No EOL
213 B
TOML
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" |