fix: make link redirects
This commit is contained in:
parent
f39a6e6bfe
commit
8c5b73bc70
3 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ jobs:
|
|||
uses: ScholliYT/Broken-Links-Crawler-Action@v3
|
||||
with:
|
||||
website_url: 'https://coryd.dev'
|
||||
exclue_url_prefix: 'mailto,https://make.com'
|
||||
exclue_url_prefix: 'mailto'
|
||||
resolve_before_filtering: 'true'
|
||||
verbose: 'true'
|
||||
max_retry_time: 30
|
||||
|
|
Reference in a new issue