Files
a6f183c5-9e18-4323-8feb-bb5…/vercel.json
2026-06-16 16:13:52 +00:00

10 lines
159 B
JSON

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