Skip to content

Commit

Permalink
Add analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtaStruhar committed Nov 17, 2024
1 parent ac8f5b5 commit 5373d96
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/layouts/PageLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ const { title } = Astro.props;
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="generator" content={Astro.generator} />
<title>{title}</title>
<script
defer
data-domain="vojtastruhar.github.io/steam-review-template"
src="https://analytics.vojtechstruhar.com/js/script.outbound-links.tagged-events.js"
></script>
</head>
<body>
<slot />
Expand Down

0 comments on commit 5373d96

Please sign in to comment.