Files
ce5791d2-834a-49d2-b4e5-e45…/vercel.json
2026-06-15 14:18:33 +00:00

10 lines
159 B
JSON

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