Commit 45b3dcf
committed
fix: add Vercel configuration for proper Next.js deployment
Added vercel.json to explicitly configure:
- Framework as nextjs
- Build command with proper pnpm script
- Output directory as .next
This ensures Vercel correctly deploys the Next.js application
instead of serving static files only.1 parent 84130ea commit 45b3dcf
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments