diff --git a/src/components/CookieBanner.astro b/src/components/CookieBanner.astro index d5c4c01..7b0a20d 100644 --- a/src/components/CookieBanner.astro +++ b/src/components/CookieBanner.astro @@ -3,6 +3,9 @@ * Cookie consent banner component. * Displays a GDPR-compliant cookie consent banner at the bottom of the page. * Manages user consent for analytics cookies via localStorage. + * + * Note: Analytics loading is handled separately in Layout.astro to avoid + * ad blockers blocking this script due to analytics-related keywords. */ --- @@ -19,7 +22,7 @@