Files
7bcaa392-5633-4758-b01c-721…/vercel.json
2026-06-22 14:30:14 +00:00

10 lines
159 B
JSON

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