Files
21708f2e-8eee-4543-8956-6cc…/vercel.json
2026-06-13 23:45:46 +00:00

10 lines
159 B
JSON

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