Files
e6ebd5e4-9d7a-43ea-9fcf-60c…/vercel.json
2026-06-14 12:58:31 +00:00

10 lines
159 B
JSON

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