Skip to content

Commit

Permalink
Hotfix: remove routes in vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
NamgungJongMin committed Jan 16, 2024
1 parent 6881259 commit 7dddc34
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@
{
"source": "/api/:path*",
"destination": "https://api.example.com/:path*"
}
],
"routes": [
{
"src": "/[^.]+",
"dest": "/",
"status": 200
}
},
{ "source": "/(.*)", "destination": "/" }
]
}

0 comments on commit 7dddc34

Please sign in to comment.