Skip to content

Commit

Permalink
Defer loading metrics JS
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoghlan committed Jun 19, 2024
1 parent 5bf53f3 commit c37de05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
html_last_updated_fmt = ""

_metrics_js_files = [
("https://plausible.io/js/script.js", {"data-domain": "packaging.python.org"})
("https://plausible.io/js/script.js", {"data-domain": "packaging.python.org", "defer": "defer"})
]
html_js_files = []
if RTD_CANONICAL_BUILD:
Expand Down

0 comments on commit c37de05

Please sign in to comment.