summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bensima.com>2025-12-17 22:35:20 -0500
committerBen Sima <ben@bensima.com>2025-12-17 22:35:20 -0500
commitae5079cb54b2d7cc1093e94822e6ffd50e611d41 (patch)
tree18f9ec7ddf61cab61649ac6ebc0448c5953ef513
parentb70fc85ab91eda55a8ac34c54a2c869e3225b863 (diff)
fix: update goatcounter tracking URL to stats.podcastitlater.bensima.com
-rw-r--r--Biz/PodcastItLater/UI.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/PodcastItLater/UI.py b/Biz/PodcastItLater/UI.py
index 87b087e..7f2673c 100644
--- a/Biz/PodcastItLater/UI.py
+++ b/Biz/PodcastItLater/UI.py
@@ -131,7 +131,7 @@ def create_bootstrap_js() -> html.script:
def create_goatcounter_script() -> html.script:
"""Load GoatCounter analytics script."""
return html.script( # type: ignore[call-arg]
- data_goatcounter="https://podcastitlater.goatcounter.com/count",
+ data_goatcounter="https://stats.podcastitlater.bensima.com/count",
async_=True,
src="//gc.zgo.at/count.js",
)