Skip to content

Commit

Permalink
Update Google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Pete-Fowler committed Sep 16, 2024
1 parent ffd0fba commit 66d4a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const { site_title, site_description, email, socials } = Astro.props;
<head>
<Meta site_title={site_title} site_description={site_description}/>
<title>{site_title}</title>
<GoogleAnalytics id="G-5D2M8W8WH9"/>
<GoogleAnalytics id="G-WHL88VGN8C"/>
</head>
<body class="dark">
<Navbar/>
Expand Down

0 comments on commit 66d4a7f

Please sign in to comment.