Files
813d6ac5-cb7c-4a6c-a9a3-793…/vercel.json
2026-06-28 15:36:31 +00:00

10 lines
159 B
JSON

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