Files
fce3ba1a-e1dc-4cf9-8e68-014…/vercel.json
2026-06-14 16:43:12 +00:00

10 lines
159 B
JSON

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