Files
96c813e4-836c-4521-81b4-239…/vercel.json
2026-06-23 12:55:56 +00:00

10 lines
159 B
JSON

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