Updated docs with QR Codes
All checks were successful
Ascently - Docs Deploy / build-and-push (push) Successful in 4m26s

This commit is contained in:
2025-10-19 23:55:30 -06:00
parent 8c4a78ad50
commit eba503eb5e
7 changed files with 627 additions and 175 deletions

View File

@@ -27,7 +27,11 @@
"dependencies": {
"@astrojs/node": "^9.5.0",
"@astrojs/starlight": "^0.36.1",
"astro": "^5.14.5",
"astro": "^5.14.6",
"qrcode": "^1.5.4",
"sharp": "^0.34.4"
},
"devDependencies": {
"@types/qrcode": "^1.5.5"
}
}