Files
6ae3e7d7-d148-4f85-9860-edf…/vercel.json
2026-06-16 15:45:03 +00:00

10 lines
159 B
JSON

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