Files
ff6ccf88-52b2-41b2-a2cd-1db…/vercel.json
2026-07-01 17:59:01 +00:00

10 lines
159 B
JSON

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