From 94a1325f1fb37622c6a8b7cd660d00ec04aa612f Mon Sep 17 00:00:00 2001 From: Kunthawat Greethong Date: Wed, 1 Jul 2026 12:48:54 +0700 Subject: [PATCH] fix: add is:inline to tracking scripts for cookie scanner detection Astro bundles inline scripts as type=module which cookie scanners cannot detect. is:inline forces them to render as type=text/javascript. --- src/components/PageShell.astro | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/PageShell.astro b/src/components/PageShell.astro index 5d255b1..33a0c8e 100644 --- a/src/components/PageShell.astro +++ b/src/components/PageShell.astro @@ -79,8 +79,8 @@ const organizationJsonLd = JSON.stringify({ - - + - - - + +