Files
e1ce7423-7329-490e-a7c4-285…/vercel.json
2026-06-16 13:46:24 +00:00

10 lines
159 B
JSON

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