Skip to content

Commit

Permalink
udpated analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
rbucinell committed Feb 2, 2024
1 parent a733128 commit 7c4a89d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
Binary file modified public/img/squares/board.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 6 additions & 12 deletions src/components/HeadComponent.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,13 @@
<link rel="stylesheet" type="text/css" href="/css/rbucinell.css"/>
<script crossorigin="anonymous" src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script crossorigin="anonymous" src="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.11.1/baguetteBox.min.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E0NEDX7H8R"></script>
<script defer>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-16330943-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement( 'script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ( 'https:' == document.location.protocol ? 'https://ssl' : 'http://www' ) + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga,s);
})();
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-E0NEDX7H8R');
</script>
<slot/>
</head>

0 comments on commit 7c4a89d

Please sign in to comment.