From 75867ff789c057c940b657b1194a549b3947b984 Mon Sep 17 00:00:00 2001 From: Salman Paracha Date: Mon, 22 Dec 2025 15:11:13 -0800 Subject: [PATCH] updated the google analytics tag for docs.planoai.dev --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 7d5f22ba..20e1f588 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -115,7 +115,7 @@ sitemap_url_scheme = "{link}" # Add this configuration at the bottom of your conf.py html_context = { - "google_analytics_id": "G-K2LXXSX6HB", # Replace with your Google Analytics tracking ID + "google_analytics_id": "G-EH2VW19FXE", # Replace with your Google Analytics tracking ID } templates_path = ["_templates"]