Files
02723291-7c91-4da9-be63-e45…/vercel.json
2026-06-16 14:50:09 +00:00

10 lines
159 B
JSON

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