Files
faef54f6-8cb4-410d-97ed-f6e…/vercel.json
2026-06-17 14:14:04 +00:00

10 lines
159 B
JSON

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