Vercel Analytics

This commit is contained in:
Antoine Phan
2025-08-11 11:24:29 -04:00
parent 4b8f7887e8
commit bdb3a0613b
3 changed files with 9 additions and 3 deletions

View File

@@ -31,6 +31,7 @@
"private": true,
"type": "module",
"dependencies": {
"@sanity/client": "^7.5.0"
"@sanity/client": "^7.5.0",
"@vercel/analytics": "^1.5.0"
}
}