Files
0ce679a9-05b9-4cbd-a785-6f1…/vercel.json
2026-06-28 11:06:44 +00:00

10 lines
159 B
JSON

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