Files
8fb7e5f8-6348-4cc5-91c1-651…/vercel.json
2026-06-21 17:55:52 +00:00

10 lines
159 B
JSON

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