mirror of
https://github.com/Queer-Lexikon/regenbogenkarte
synced 2024-11-21 19:53:07 +00:00
switch from goatcounter to umami
This commit is contained in:
parent
07df3e1b8d
commit
7e77feca70
1 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue