From 98179d10b6f4cb6d0590aabe35a049c826e21b17 Mon Sep 17 00:00:00 2001 From: johnnymatthews <9611008+johnnymatthews@users.noreply.github.com> Date: Fri, 24 Jul 2026 13:14:39 +0100 Subject: [PATCH] Adds GA. Keeps Plausible in-tact. The gods have decreed we need to use GA for a little bit. Boo. --- config.toml | 2 ++ templates/base.html | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/config.toml b/config.toml index ef0ad6f..87be047 100644 --- a/config.toml +++ b/config.toml @@ -47,6 +47,8 @@ favicon = "/img/favicon.png" # Plausible analytics plausible_domain = "docs.shinzo.network" plausible_src = "https://plausible.source.network/js/script.js" +# Google Analytics 4 (gtag.js) +google_analytics_id = "G-VC59JRWDBZ" diff --git a/templates/base.html b/templates/base.html index fb33f58..ba84779 100644 --- a/templates/base.html +++ b/templates/base.html @@ -41,6 +41,15 @@ {# Plausible analytics (migrated from docusaurus.config scripts) #} + + {# Google Analytics 4 (gtag.js) #} + +