Files
b12fed08-94f8-45ea-be9b-225…/vercel.json
2026-06-24 07:39:51 +00:00

10 lines
159 B
JSON

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