Adds referrer

This commit is contained in:
2025-06-17 15:53:40 -07:00
parent 86c1c85cb2
commit e76ac0f42c

View File

@@ -12,6 +12,7 @@ const { href, event, eventTitle } = Astro.props;
href={href} href={href}
data-goatcounter-click={event} data-goatcounter-click={event}
data-goatcounter-title={eventTitle} 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" class="text-dark bg-primary rounded-md px-8 py-4 font-bold hover:bg-primary-dark"
> >
<slot /> <slot />