Files
93b6cb31-7bb3-4ff5-b54e-d2f…/vercel.json
2026-06-15 19:48:56 +00:00

10 lines
159 B
JSON

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