feat: add vercel deploy script

This commit is contained in:
lucas-neynar
2025-03-21 10:11:16 -07:00
parent 5d1b77c8c6
commit 6128212f0d
5 changed files with 657 additions and 7 deletions

4
vercel.json Normal file
View File

@@ -0,0 +1,4 @@
{
"buildCommand": "next build",
"framework": "nextjs"
}