Files
974e22a7-c37a-4dff-b7f5-793…/vercel.json
2026-06-17 20:52:13 +00:00

10 lines
159 B
JSON

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