Files
9a70a7f8-1aca-4b74-9239-036…/vercel.json
2026-06-22 21:39:09 +00:00

10 lines
159 B
JSON

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