Files
1ecd7e5e-f56a-4aa8-b4ec-06d…/vercel.json
2026-06-15 19:05:31 +00:00

10 lines
159 B
JSON

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