umami/vercel.json
2023-06-17 11:12:46 +02:00

8 lines
No EOL
133 B
JSON

{
"rewrites": [
{
"source": "/stats/:match*",
"destination": "https://analytics.codeclarity.ai/:match*"
}
]
}