WhiteNightsAdminPanel/vercel.json
2025-02-04 14:30:59 +03:00

9 lines
96 B
JSON

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