Files
0c4599d6-7ea3-4707-9c1e-6cd…/vercel.json
2026-06-19 08:44:44 +00:00

10 lines
159 B
JSON

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