Files
2cf82b2d-62f1-42d6-a31d-37d…/vercel.json
2026-06-22 08:57:54 +00:00

10 lines
159 B
JSON

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