From 171f1431c2b7128e98e76fb733a4f2694fa38802 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Fri, 25 Oct 2024 11:00:38 +0100 Subject: [PATCH] Move GA to head --- src/layouts/BaseLayout.astro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index f5948edc4..d5f31f257 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -156,6 +156,8 @@ const gaPageIdentifier = Astro.url.pathname /> ) } + + @@ -189,7 +191,6 @@ const gaPageIdentifier = Astro.url.pathname -