Files
28d7fe46-9a8c-417f-9fb6-50d…/vercel.json
2026-06-22 14:19:31 +00:00

10 lines
159 B
JSON

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