Files
6344ab49-a57b-4582-8064-5b4…/vercel.json
2026-06-17 12:49:39 +00:00

10 lines
159 B
JSON

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