Files
fefedcf7-6467-4839-b9c3-176…/vercel.json
2026-06-14 04:28:10 +00:00

10 lines
159 B
JSON

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