From f22c33e772bd936bdd6a6493cadcbf8f3d4ebe95 Mon Sep 17 00:00:00 2001 From: Philip Colmer Date: Thu, 11 Jun 2026 12:04:31 +0100 Subject: [PATCH] Load GTM unconditionally --- src/layouts/BaseLayout.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 7946a25..59cd062 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -19,8 +19,8 @@ const { title } = Astro.props; window.dataLayer = window.dataLayer || []; - -