Files
efcfc6de-285c-4f70-8f2e-cf1…/vercel.json
2026-06-16 16:10:02 +00:00

10 lines
159 B
JSON

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