Files
09a6f712-b479-4df5-a8a5-c97…/vercel.json
2026-06-23 19:10:17 +00:00

10 lines
159 B
JSON

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