Skip to content

Commit 32e4d00

Browse files
author
Marvin Zhang
committed
feat: add vercel configuration for Next.js deployment
1 parent 03844f2 commit 32e4d00

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vercel.json renamed to packages/web/vercel.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"framework": "nextjs",
33
"buildCommand": "pnpm build",
44
"installCommand": "pnpm install --frozen-lockfile",
5-
"rootDirectory": "packages/web",
65
"env": {
76
"NODE_ENV": "production"
87
}
9-
}
8+
}

0 commit comments

Comments
 (0)