Files
fa8d744f-0ad5-44ea-9bd3-b5c…/vercel.json
2026-06-21 14:19:11 +00:00

10 lines
159 B
JSON

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