Skip to content

Commit

Permalink
fix: Remove unused routes from Vercel configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanhaiya Kumar committed Nov 1, 2024
1 parent 7eeb8e2 commit ec487d3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
"src": "package.json",
"use": "@vercel/next"
}
],
"routes": [
{
"src": "/api/(.*)",
"dest": "/api/$1"
}
]
}

0 comments on commit ec487d3

Please sign in to comment.