Skip to content

Commit 0539747

Browse files
authored
Update Layout.astro
1 parent 8ae6e5e commit 0539747

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/layouts/Layout.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ const { title } = Astro.props;
4444

4545
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
4646

47-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-126730401-1"></script>
47+
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-126730401-1"></script>
4848
<script is:inline>
4949
window.dataLayer = window.dataLayer || [];
5050
function gtag() { dataLayer.push(arguments); }
5151
gtag('js', new Date());
5252
5353
gtag('config', 'UA-126730401-1');
5454
</script>
55-
<!-- <script is:inline data-ad-client="ca-pub-9793838838410328" async
55+
<script is:inline data-ad-client="ca-pub-9793838838410328" async
5656
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> --!>
5757
</head>
5858
<body>

0 commit comments

Comments
 (0)