From e76ac0f42cb24585df34b548842f8cdf78eb26f9 Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Tue, 17 Jun 2025 15:53:40 -0700 Subject: [PATCH] Adds referrer --- src/components/ButtonLink.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ButtonLink.astro b/src/components/ButtonLink.astro index 42e3c05..3bb4ca5 100644 --- a/src/components/ButtonLink.astro +++ b/src/components/ButtonLink.astro @@ -12,6 +12,7 @@ const { href, event, eventTitle } = Astro.props; href={href} data-goatcounter-click={event} data-goatcounter-title={eventTitle} + data-goatcounter-referrer="www.terakoda.com" class="text-dark bg-primary rounded-md px-8 py-4 font-bold hover:bg-primary-dark" >