Files
obc-terrassement/vercel.json
Claude dd6ec0816b fix: add vercel.json to force Next.js framework detection
Vercel may not be detecting the Next.js framework correctly,
causing 404 on all routes. Explicit configuration should fix this.

https://claude.ai/code/session_01H2aRGDaKgarPvhay2HxN6Y
2026-02-08 20:26:41 +00:00

6 lines
95 B
JSON

{
"framework": "nextjs",
"buildCommand": "next build",
"installCommand": "npm install"
}