Files
cfdee0d1-a30b-40e0-962b-c90…/vercel.json
2026-06-16 15:42:42 +00:00

10 lines
159 B
JSON

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