Files
8b842371-52cd-42de-b08b-4cc…/vercel.json
2026-06-13 15:56:43 +00:00

10 lines
159 B
JSON

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