From 74880923868ee37e2fb56374f4b3bc3fff42f03d Mon Sep 17 00:00:00 2001 From: maximlt Date: Wed, 20 Dec 2023 16:31:31 +0100 Subject: [PATCH] fix holoviz goatcounter url --- nbsite/analytics/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nbsite/analytics/__init__.py b/nbsite/analytics/__init__.py index 24b1a238..cc492475 100644 --- a/nbsite/analytics/__init__.py +++ b/nbsite/analytics/__init__.py @@ -16,7 +16,7 @@ def add_analytics(app): goatcounter_holoviz = nbsite_analytics.get('goatcounter_holoviz', False) if goatcounter_holoviz: hv_default = dict( - goatcounter_url='https://holoviz.goatcounter.com', + goatcounter_url='https://holoviz.goatcounter.com/count', goatcounter_domain='auto', ) nbsite_analytics = dict(nbsite_analytics, **hv_default)