Lychee ignore chrome webstore

This commit is contained in:
Sidharth Vinod
2024-03-05 21:05:47 +05:30
parent 972ecba597
commit 8daa28dd8b

5
.github/lychee.toml vendored
View File

@@ -38,7 +38,10 @@ exclude = [
"https://discord.gg", "https://discord.gg",
# BundlePhobia has frequent downtime # BundlePhobia has frequent downtime
"https://bundlephobia.com" "https://bundlephobia.com",
# Chrome webstore redirect issue
"https://chromewebstore.google.com"
] ]
# Exclude all private IPs from checking. # Exclude all private IPs from checking.