Files
1c1cde91-4e01-40ea-a68d-eed…/vercel.json
2026-06-14 11:40:27 +00:00

10 lines
159 B
JSON

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