Files
160afdb3-8692-44aa-a533-131…/vercel.json
2026-06-15 17:24:03 +00:00

10 lines
159 B
JSON

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