Files
973b4e48-44d6-4286-8159-b7d…/vercel.json
2026-06-18 07:21:36 +00:00

10 lines
159 B
JSON

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