Files
ab7727e0-0bdb-4287-b9ea-aa9…/vercel.json
2026-06-20 21:04:15 +00:00

10 lines
159 B
JSON

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