{ "version": 2, "builds": [{ "src": "dist/*", "use": "@vercel/static" }], "routes": [{ "src": "/(.*)", "dest": "/index.html" }] }