Files
b935f45a-9cdc-439c-aab2-08d…/vercel.json
2026-06-15 22:36:17 +00:00

10 lines
159 B
JSON

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