Files
0fe611f5-6187-41cd-90e3-584…/vercel.json
2026-06-15 23:02:57 +00:00

10 lines
159 B
JSON

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