Files
e32400f4-7cd7-46ee-95e9-98b…/vercel.json
2026-06-14 20:11:27 +00:00

10 lines
159 B
JSON

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