Files
1d5f2371-6a60-49e0-8403-776…/vercel.json
2026-06-22 15:20:55 +00:00

10 lines
159 B
JSON

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