Files
5eccd702-293e-44da-9c21-2b5…/vercel.json
2026-06-17 12:19:09 +00:00

10 lines
159 B
JSON

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