Files
50cd2e87-cd24-46f9-9c92-703…/vercel.json
2026-06-13 20:44:53 +00:00

10 lines
159 B
JSON

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