{ "version": 2, "builds": [ { "src": "package.json", "use": "@vercel/next", "config": { "installCommand": "npm install --force", "buildCommand": "npm run build" } } ], "routes": [{ "src": "/(.*)", "dest": "/" }] }