mancala/frontend/vercel.json
2024-03-24 02:51:02 +03:00

8 lines
109 B
JSON

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