Files
1c273a3c-e23d-49ae-bfc1-5fb…/vercel.json
2026-06-16 14:47:30 +00:00

10 lines
159 B
JSON

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