Skip to content

Commit

Permalink
(docs) update ms validate
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Jun 3, 2024
1 parent edde251 commit 7c2efae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/pkg/frontend/src/components/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const { title, description } = Astro.props;

<title>{title}</title>
{measurementID && (
<meta name="msvalidate.01" content="44ad89dcb04be2de0a6a3c5373857b7b8b3893ce" />
<meta name="msvalidate.01" content="4F25D700D5307BF5C042C57CD9426DC1" />
<script is:inline async src="https://www.googletagmanager.com/gtag/js?id=G-FKKYY48EPG"></script>
<script is:inline type="text/javascript">
window.dataLayer = window.dataLayer || [];
Expand Down

0 comments on commit 7c2efae

Please sign in to comment.