Skip to content

Commit

Permalink
Fix vercel.json configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiDiva96 committed May 30, 2024
1 parent a22979e commit dc2553f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": 2,
"builds": [
{
"src": "frontend/package.json",
"use": "@vercel/static-build",
"config": {
"distDir": "frontend/build"
}
}
],
"routes": [
{
"src": "/(.*)",
"dest": "frontend/$1"
}
]
}

0 comments on commit dc2553f

Please sign in to comment.