Files
a17399c5-489a-4c52-862e-b84…/vercel.json
2026-06-15 00:57:36 +00:00

10 lines
159 B
JSON

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