Skip to content

Commit

Permalink
fixes: deployment-setup-09
Browse files Browse the repository at this point in the history
  • Loading branch information
Avdhesh-Varshney committed Nov 12, 2024
1 parent 537cf03 commit 818e3ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
"version": 2,
"builds": [
{
"src": "src/app/next/package.json",
"src": "package.json",
"use": "@vercel/next"
}
],
"cleanUrls": true,
"rewrites": [
{
"source": "/(.*)",
"destination": "/src/app/next/$1"
"destination": "/src/app/$1"
}
],
"cleanUrls": true,
"redirects": [
{
"source": "/",
"destination": "/src/app/next",
"destination": "/src/app",
"statusCode": 301
}
]
Expand Down

0 comments on commit 818e3ab

Please sign in to comment.