Files
4b1fa3ce-4e11-4930-a88d-0fd…/vercel.json
2026-06-23 19:07:09 +00:00

10 lines
159 B
JSON

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