Files
b0ff1761-4fb1-4e3b-b9cd-88c…/vercel.json
2026-06-15 18:48:30 +00:00

10 lines
159 B
JSON

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