switch from goatcounter to umami

This commit is contained in:
xenein 2024-03-08 19:22:19 +01:00 committed by GitHub
parent 07df3e1b8d
commit 7e77feca70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,9 +14,9 @@ export const addGoatCounter = () => {
};
let goatcounter = document.createElement("script");
goatcounter.src = "//ziege.queer-lexikon.net/count.js";
goatcounter.async = true;
goatcounter.setAttribute("data-goatcounter", "https://ziege.queer-lexikon.net/count");
goatcounter.src = "//glutamat.queer-lexikon.net/script.js";
goatcounter.defer = true;
goatcounter.setAttribute("data-website-id", "6e91c72c-29ef-4464-92b8-1a7d780bec01");
document.head.appendChild(goatcounter);
};