Files
34aa8353-9500-4d81-b2af-1f0…/vercel.json
2026-07-03 12:45:52 +00:00

10 lines
159 B
JSON

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