Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaminaly committed Jul 30, 2024
2 parents d0b5021 + 6d6b0bf commit e8b6017
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,12 @@ const canonicalURL: URL = new URL(Astro.url.pathname, Astro.site)
<script src="../scripts/main.ts"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NZ6C341T6V"></script>
<script>
// @ts-ignore
<script type="application/javascript">
window.dataLayer = window.dataLayer || []
function gtag() {
// @ts-ignore
dataLayer.push(arguments)
}
// @ts-ignore
gtag('js', new Date())
// @ts-ignore
gtag('config', 'G-NZ6C341T6V')
</script>

Expand Down

0 comments on commit e8b6017

Please sign in to comment.