mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-05-07 16:55:27 -04:00
fix: Correct broken statistics link (#2809)
Signed-off-by: fria <138676274+friadev@users.noreply.github.com> Signed-off-by: redoomed1 <161974310+redoomed1@users.noreply.github.com>
This commit is contained in:
parent
f76be45a40
commit
82fb92114b
2 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ feedback.addEventListener("submit", function(ev) {
|
|||
referrer: document.referrer,
|
||||
screen: `${window.screen.width}x${window.screen.height}`,
|
||||
url: window.location.pathname,
|
||||
website: '30b92047-7cbb-4800-9815-2e075a293e0a',
|
||||
website: '246e357e-0764-4674-9314-7676724b3a88',
|
||||
name: umamiEventName,
|
||||
},
|
||||
type: 'event',
|
||||
|
@ -32,7 +32,7 @@ feedback.addEventListener("submit", function(ev) {
|
|||
|
||||
console.log(umamiEvent)
|
||||
|
||||
fetch("https://stats.jonaharagon.net/api/send", {
|
||||
fetch("https://stats.triplebit.net/api/send", {
|
||||
method: "POST",
|
||||
body: JSON.stringify(umamiEvent),
|
||||
headers: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue