Files
309b370c-8052-4238-aaff-5dc…/vercel.json
2026-06-23 19:51:20 +00:00

10 lines
159 B
JSON

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