Files
a00011fd-8e4e-414b-a1c7-0bd…/vercel.json
2026-06-29 12:39:37 +00:00

10 lines
159 B
JSON

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