Files
9dd8135c-9ee9-4eae-a785-6f6…/vercel.json
2026-06-14 13:49:03 +00:00

10 lines
159 B
JSON

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