From 68d7191b395dc06408f3f96eb8c9f7a480c180d9 Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Sat, 1 Feb 2025 14:52:13 +0100 Subject: [PATCH] Add Plausible --- conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf.py b/conf.py index fcc4b7d65fa..939ac5d75af 100644 --- a/conf.py +++ b/conf.py @@ -220,6 +220,8 @@ html_js_files = [ "js/custom.js", + ('https://plausible.godot.foundation/js/script.file-downloads.outbound-links.js', + {'defer': 'defer', 'data-domain': 'godotengine.org'}), ] # Output file base name for HTML help builder