Files
2ab593f9-c1b7-4361-b255-5f0…/vercel.json
2026-06-14 16:52:51 +00:00

10 lines
159 B
JSON

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