Files
5ce3b09c-e49c-4fc7-a214-a11…/vercel.json
2026-06-21 00:43:39 +00:00

10 lines
159 B
JSON

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