umami/vercel.json
2022-04-22 22:23:05 +01:00

8 lines
104 B
JSON

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