Files
fbbb5f47-fd87-43d3-8df4-ebf…/vercel.json
2026-06-23 19:06:26 +00:00

10 lines
159 B
JSON

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