Files
1ffab8c1-eef3-4f5c-9f5e-cf7…/vercel.json
2026-06-20 19:13:25 +00:00

10 lines
159 B
JSON

{
"buildCommand": "npm run build",
"outputDirectory": "dist",
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}