Files
09f9ae8a-e4d6-4dbf-9df9-975…/vercel.json
2026-06-17 21:03:32 +00:00

10 lines
159 B
JSON

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