Files
panda-analytics/vercel.json
Samandar Turgunboyev 462d25f21f bug fix
2025-12-19 16:45:40 +05:00

9 lines
96 B
JSON

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