Skip to content

Commit

Permalink
Merge pull request #112 from Linaro/WEBDEV-1983
Browse files Browse the repository at this point in the history
add: tracking script
  • Loading branch information
kenzo7664 authored Aug 13, 2024
2 parents 09a4a3e + 4f4bb27 commit 5f21afa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/head/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ const social_image = "";
<meta property="description" content={description} />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="utf-8" />

<script type="text/javascript" src="//script.crazyegg.com/pages/scripts/0118/5929.js" async="async"></script>

{typeof GA_ID != 'undefined' && GA_ID != "" ? (
<Cookies />
<GoogleAnalytics id={GA_ID} />
Expand Down

0 comments on commit 5f21afa

Please sign in to comment.