Skip to content

Commit 9b27cc0

Browse files
authored
Merge pull request #1850 from ewdurbin/analytics
remove plausible.io
2 parents 6d0543e + b63bf5a commit 9b27cc0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

source/conf.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,7 @@
7373

7474
_metrics_js_files = [
7575
(
76-
"https://plausible.io/js/script.js",
77-
{"data-domain": "packaging.python.org", "defer": "defer"},
78-
),
79-
(
80-
"https://analytics.python.org/js/script.js",
76+
"https://analytics.python.org/js/script.outbound-links.js",
8177
{"data-domain": "packaging.python.org", "defer": "defer"},
8278
),
8379
]

0 commit comments

Comments
 (0)