Skip to content

Commit 46d7160

Browse files
HOTFIX: Add Google Analytics ID to HTML theme options for SEO tracking
1 parent 02716b3 commit 46d7160

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192

193193
html_theme_options = {
194194
# SEO: Add proper meta description
195-
"analytics": {"google_analytics_id": ""}, # Add GA ID if available
195+
"analytics": {"google_analytics_id": "G-2R19VLKJCR"}, # Add GA ID if available
196196
"icon_links_label": "External Links", # for screen reader
197197
"use_edit_page_button": False,
198198
"navigation_with_keys": False,

0 commit comments

Comments
 (0)