Files
b3c8c055-3ebb-4d6e-8c2a-b5e…/vercel.json
2026-06-13 19:30:56 +00:00

10 lines
159 B
JSON

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