Files
df018d56-146c-4dcf-bb4e-e38…/vercel.json
2026-06-16 15:27:29 +00:00

10 lines
159 B
JSON

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