Skip to content

Commit

Permalink
Update vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AkekoChan committed Mar 12, 2024
1 parent 9d70c22 commit e3e32c6
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion server/vercel.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
{
"rewrites": [{ "source": "/(.*)", "destination": "/api" }]
"version": 2,
"builds": [
{
"src": "*.js",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/(.*)",
"use": "/"
}
]
}

0 comments on commit e3e32c6

Please sign in to comment.