Skip to content

Commit a5f08b4

Browse files
authored
Fix site ID for rybbit
1 parent 02b913c commit a5f08b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,9 @@ def get_version():
147147
#
148148
# html_sidebars = {}
149149

150+
#load the rybbit analytics script
150151
html_js_files = [
151-
('https://app.rybbit.io/api/script.js',{'data-site-id': '580', 'async': 'async'})
152+
('https://app.rybbit.io/api/script.js',{'data-site-id': '581', 'async': 'async'})
152153
]
153154

154155
#extra HTML files

0 commit comments

Comments
 (0)