Skip to content

Commit

Permalink
chore(build): add buildCommand to vercel config
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkeaton committed Jan 7, 2025
1 parent 0cc67bf commit 955ef91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"buildCommand": "sh vercel.sh",
"rewrites": [{ "source": "/(.*)", "destination": "/" }]
}
}

0 comments on commit 955ef91

Please sign in to comment.