umami/vercel.json
2023-03-28 19:10:11 -07:00

8 lines
104 B
JSON

{
"rewrites": [
{
"source": "/api/coll3ct",
"destination": "/api/collect"
}
]
}