Files
e25dc2b9-3d4a-45f7-a226-e7c…/vercel.json
2026-06-23 21:04:47 +00:00

10 lines
159 B
JSON

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