Files
bdb1120c-ea74-4a91-aa58-f37…/vercel.json
2026-06-22 18:45:53 +00:00

10 lines
159 B
JSON

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