Files
cpost-admin-front/vercel.json
Samandar Turgunboyev 1e5357ec39 Initial commit
2025-09-09 10:46:03 +05:00

8 lines
95 B
JSON

{
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}