Skip to content

Commit

Permalink
hotfix: google tag insertion
Browse files Browse the repository at this point in the history
  • Loading branch information
moong23 committed Feb 14, 2024
1 parent f3a31df commit 94c83bf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<meta name="description" content="Web site created using create-react-app" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<meta name="naver-site-verification" content="51f2a7555618a60ab6a26eceaf32ce0bb9a0153d" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Y90QTCHQFQ"></script>

<!--
manifest.json provides metadata used when your web app is installed on a
Expand Down Expand Up @@ -41,5 +42,12 @@
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());

gtag('config', 'G-Y90QTCHQFQ');
</script>

</html>

0 comments on commit 94c83bf

Please sign in to comment.