Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
davidheyman committed May 8, 2024
2 parents fa05503 + 37de76d commit fd45586
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 fd45586

Please sign in to comment.