diff --git a/vercel.json b/vercel.json index 979132eb..2602885f 100644 --- a/vercel.json +++ b/vercel.json @@ -3,7 +3,10 @@ "builds": [ { "src": "package.json", - "use": "@vercel/next" + "use": "@vercel/next", + "config": { + "buildCommand": "npm run ignoreBuildStep && next build" + } } ], "cleanUrls": true, @@ -19,8 +22,5 @@ "destination": "/src/app", "statusCode": 301 } - ], - "ignore": [ - "src/app/**/\\(projects\\)/**" ] } \ No newline at end of file