Files
d6c6e337-da3d-4621-be94-dae…/vercel.json
2026-06-14 07:17:48 +00:00

10 lines
159 B
JSON

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