Files
d98fa27e-6f81-4ef7-83f4-1b1…/vercel.json
2026-06-18 07:32:27 +00:00

10 lines
159 B
JSON

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