Files
a5b36b06-698a-4f4b-9eee-89b…/vercel.json
2026-06-13 22:19:50 +00:00

10 lines
159 B
JSON

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