Skip to content

Commit

Permalink
fix: Correct broken statistics link (#2809)
Browse files Browse the repository at this point in the history
Signed-off-by: fria <[email protected]>
Signed-off-by: redoomed1 <[email protected]>
  • Loading branch information
jonaharagon committed Nov 14, 2024
1 parent f76be45 commit 82fb921
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/about/statistics.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: We self-host Umami to create a nice visualization of our traffic st
<!-- markdownlint-disable MD051 -->
We self-host [Umami](https://umami.is) to create a nice visualization of our traffic statistics, which are public at the link below.

[View Statistics](https://stats.privacyguides.net/share/nVWjyd2QfgOPBhMF/www.privacyguides.org){ .md-button .md-button--primary }
[View Statistics](https://stats.triplebit.net/share/S80jBc50hxr5TquS/www.privacyguides.org){ .md-button .md-button--primary }

With this process:

Expand Down
4 changes: 2 additions & 2 deletions theme/assets/javascripts/feedback.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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: {
Expand Down

0 comments on commit 82fb921

Please sign in to comment.