Skip to content

Commit

Permalink
Tracking update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidheyman committed Jun 7, 2023
1 parent a75057d commit 37de76d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Head/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ const Head = ({ title }) => (
<meta httpEquiv="x-ua-compatible" content="ie=edge" />
<script
async
defer
src="https://umami.axismaps.com/script.js"
data-website-id="1d06d2f3-29d1-40c3-955f-ec63bfa731c9"
src="https://umami.axismaps.com/umami.js"
/>
<title>{title}</title>
</NextHead>
Expand Down

0 comments on commit 37de76d

Please sign in to comment.