Skip to content

Commit

Permalink
remove google and crazyegg scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
parker23b committed Feb 13, 2025
1 parent 00d0df1 commit f8097e5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/head/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ const social_image = getCldOgImageUrl({
fontSize: 36,
fontWeight: 'normal',
lineSpacing: 10,
lineSpacing: 10,
text: title
},
position: {
Expand Down Expand Up @@ -103,7 +102,6 @@ const social_image = getCldOgImageUrl({
<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>
<script type="text/javascript">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
Expand All @@ -112,7 +110,6 @@ const social_image = getCldOgImageUrl({

{typeof GA_ID != 'undefined' && GA_ID != "" ? (
<Cookies />
<GoogleAnalytics id={GA_ID} />
):(
<!-- No GA ID -->
)}
Expand Down

0 comments on commit f8097e5

Please sign in to comment.