Files
3fc41ac9-9cc6-4f0f-86f7-5b1…/vercel.json
2026-06-14 12:43:14 +00:00

10 lines
159 B
JSON

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