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
6 lines
95 B
JSON
6 lines
95 B
JSON
{
|
|
"framework": "nextjs",
|
|
"buildCommand": "next build",
|
|
"installCommand": "npm install"
|
|
}
|