Files
643d3118-55b5-4635-9ef2-ccd…/vercel.json
2026-06-13 19:02:20 +00:00

10 lines
159 B
JSON

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