9 lines
208 B
JSON
9 lines
208 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"rewrites": [
|
|
{
|
|
"source": "/stats/:match*",
|
|
"destination": "https://analytics.umami.is/:match*"
|
|
}
|
|
]
|
|
}
|