Files
8c440aa8-2d6a-4ef5-9301-339…/vercel.json
2026-06-15 22:39:30 +00:00

10 lines
159 B
JSON

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