From 6ebd8c16a9be6e6925702813372423559bdd10ed Mon Sep 17 00:00:00 2001 From: jeronimodeleon Date: Tue, 14 Jul 2026 11:31:22 -0400 Subject: [PATCH 1/2] feat(analytics): add Google Analytics tracking script to BaseLayout --- src/layouts/BaseLayout.astro | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 98c0da9..177074d 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -55,6 +55,20 @@ const ldList = itemList ? itemListSchema(siteUrl, itemList.name, itemList.items, + + + + + {fullTitle} From a4696714aba0f71dbb3761c84a1c5dfa58911a4a Mon Sep 17 00:00:00 2001 From: jeronimodeleon Date: Tue, 14 Jul 2026 11:31:36 -0400 Subject: [PATCH 2/2] feat(cspell): add regex to ignore Google Analytics measurement IDs --- cspell.json | 1 + 1 file changed, 1 insertion(+) diff --git a/cspell.json b/cspell.json index 1d9f542..9a99024 100644 --- a/cspell.json +++ b/cspell.json @@ -50,6 +50,7 @@ "/[a-zA-Z0-9+/=]{32,}/", "/[a-f0-9]{40,}/", "/[A-Z]{2,}_[A-Z_0-9]+/", + "/\\bG-[A-Z0-9]{6,}\\b/", "/#[0-9a-fA-F]{3,8}\\b/", "/data:[^\"' )]+/", "/https?:\\/\\/[^\\s\"'<>)]+/"