Files
8a99e68e-d082-4378-9ec1-ac8…/vercel.json
2026-06-25 08:38:58 +00:00

10 lines
159 B
JSON

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