Files
2c25d108-e250-43ec-95fc-9be…/vercel.json
2026-06-22 17:06:54 +00:00

10 lines
159 B
JSON

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