Files
95b03320-b7c5-4025-8ea0-5bc…/vercel.json
2026-06-15 10:53:51 +00:00

10 lines
159 B
JSON

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