Skip to content

Commit 8fe8297

Browse files
ci: update vercel.json configuration for Next.js deployment
Update the vercel.json file to include version 2, specify the build source and framework, and set the output directory to .next. These changes ensure proper deployment configuration for the Next.js application on Vercel.
1 parent 99f042a commit 8fe8297

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/frontend/vercel.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
2+
"version": 2,
3+
"builds": [{ "src": "next.config.ts", "use": "@vercel/next" }],
24
"installCommand": "pnpm install",
35
"buildCommand": "pnpm run build",
6+
"outputDirectory": ".next",
47
"framework": "nextjs"
58
}

0 commit comments

Comments
 (0)