Skip to content

Commit 7d49576

Browse files
authored
Merge pull request #10596 from mhilbrunner/add-plausible
Add Plausible
2 parents 01c2c9f + 68d7191 commit 7d49576

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@
220220

221221
html_js_files = [
222222
"js/custom.js",
223+
('https://plausible.godot.foundation/js/script.file-downloads.outbound-links.js',
224+
{'defer': 'defer', 'data-domain': 'godotengine.org'}),
223225
]
224226

225227
# Output file base name for HTML help builder

0 commit comments

Comments
 (0)