umami/vercel.json
2022-04-22 20:25:06 +01:00

8 lines
98 B
JSON

{
"rewrites": [
{
"source": "/stats.js",
"destination": "/umami.js"
}
]
}