Files
bb9e5d57-70bc-4d28-a168-b89…/vercel.json
2026-06-15 12:57:35 +00:00

10 lines
159 B
JSON

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