From 21bef07df13a394e67d4cc3044c502c768f7c169 Mon Sep 17 00:00:00 2001 From: Eason WaveKat Date: Wed, 1 Apr 2026 10:15:46 +1300 Subject: [PATCH 1/2] feat: add Google Analytics (GA4) tracking Co-Authored-By: Claude Opus 4.6 (1M context) --- src/layouts/Base.astro | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro index e87ce8a..0d38f8b 100644 --- a/src/layouts/Base.astro +++ b/src/layouts/Base.astro @@ -45,6 +45,15 @@ const ogImageURL = new URL(ogImage, Astro.site); + + + +