Commit dff24ad
Deepak Pandey
fix: Use vercel build instead of npm run build for proper prebuilt deployment
🔧 Vercel Build Fix:
- Replace 'npm run build' with 'vercel build'
- Creates proper .vercel/output/ directory structure
- Fixes --prebuilt deployment errors
- Enables faster, optimized Vercel deployments
✅ Benefits:
- Faster deployments (no double building)
- Proper Vercel optimization
- Correct build artifacts (.vercel/output/ vs .next/)
- Resolves missing static assets and MIME type issues1 parent 118ff76 commit dff24ad
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
303 | | - | |
| 302 | + | |
304 | 303 | | |
305 | 304 | | |
306 | 305 | | |
| |||
378 | 377 | | |
379 | 378 | | |
380 | 379 | | |
381 | | - | |
382 | | - | |
| 380 | + | |
383 | 381 | | |
384 | 382 | | |
385 | 383 | | |
| |||
0 commit comments