Files
7aaf12cd-321b-4ade-9dc9-800…/vercel.json
2026-06-18 07:35:48 +00:00

10 lines
159 B
JSON

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