fix: add vercel.json to ensure nextjs framework detection (#1358)

This commit is contained in:
josh 2025-12-15 17:27:55 +00:00 committed by GitHub
parent 7942e97095
commit 6e5b883cf2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
vercel.json Normal file
View file

@ -0,0 +1,3 @@
{
"framework": "nextjs"
}