Skip to content

Commit

Permalink
fix holoviz goatcounter url
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt committed Dec 20, 2023
1 parent 3cd2770 commit 7488092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbsite/analytics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7488092

Please sign in to comment.