Files
5bb2f002-efd6-4f07-897b-169…/vercel.json
2026-07-02 05:54:46 +00:00

10 lines
159 B
JSON

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