Skip to content

Commit

Permalink
fixes: deployment-setup-11
Browse files Browse the repository at this point in the history
  • Loading branch information
Avdhesh-Varshney committed Nov 12, 2024
1 parent 5104817 commit 83b1fb4
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 @@ -3,7 +3,10 @@
"builds": [
{
"src": "package.json",
"use": "@vercel/next"
"use": "@vercel/next",
"config": {
"buildCommand": "npm run ignoreBuildStep && next build"
}
}
],
"cleanUrls": true,
Expand All @@ -19,8 +22,5 @@
"destination": "/src/app",
"statusCode": 301
}
],
"ignore": [
"src/app/**/\\(projects\\)/**"
]
}

0 comments on commit 83b1fb4

Please sign in to comment.