rewrite /stats.js to /umami.js

This commit is contained in:
Didier Krux 2022-04-22 20:22:10 +01:00 committed by GitHub
parent 8384d6af35
commit 717deb1d4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
vercel.json Normal file
View file

@ -0,0 +1,5 @@
{
"rewrites": [
{ "source": "/stats.js", "destination": "/umami.js" }
]
}