Merge branch 'develop' into next

* develop:
  Lychee ignore chrome webstore
  Update link
  build(docs): vendor CSS dependencies
  chore(deps): update all minor dependencies
  Ran lint:fix
  Fix chrome webstore url causing 404
This commit is contained in:
Sidharth Vinod
2024-03-05 21:07:26 +05:30
7 changed files with 26 additions and 6 deletions

5
.github/lychee.toml vendored
View File

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