Files
6a40b4c9-ac9f-4052-9b37-911…/vercel.json
2026-06-13 23:42:14 +00:00

10 lines
159 B
JSON

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