Files
e88d7cd2-de5b-4bab-b6f3-12c…/vercel.json
2026-06-22 18:29:17 +00:00

10 lines
159 B
JSON

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