Files
10af8740-e2b7-439a-be27-4cd…/vercel.json
2026-06-21 17:51:18 +00:00

10 lines
159 B
JSON

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