Files
fa0f92e5-e001-43f2-b233-5d3…/vercel.json
2026-06-19 18:23:42 +00:00

10 lines
159 B
JSON

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