Files
051b89ca-e58c-4450-b51b-8c8…/vercel.json
2026-06-22 18:27:31 +00:00

10 lines
159 B
JSON

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