Files
0b2243b7-d5ed-47ec-8ed1-7b0…/vercel.json
2026-06-16 02:56:04 +00:00

10 lines
159 B
JSON

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