Skip to content

Commit

Permalink
add tracking URL
Browse files Browse the repository at this point in the history
  • Loading branch information
subject026 committed Aug 15, 2024
1 parent ab4702d commit f535ff1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/website/src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ const { title } = Astro.props;
<meta name="twitter:image:alt" content="breadchain logo" />

<title>{title}</title>

<script
defer
data-domain="breadchain.xyz"
src="https://analytics.breadchain.xyz/js/script.tagged-events.outbound-links.js"
></script>
</head>
<body
class="flex min-h-screen flex-col overflow-x-hidden bg-breadgray-ultra-white font-redhat text-breadgray-charcoal dark:bg-breadgray-darkest dark:text-breadgray-white"
Expand Down

0 comments on commit f535ff1

Please sign in to comment.