Skip to content

Commit

Permalink
feat: gtag body
Browse files Browse the repository at this point in the history
  • Loading branch information
yongsk0066 committed May 31, 2024
1 parent 46c0d42 commit 01f43a0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ import PageLayout from "@layouts/PageLayout.astro";
</style>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript
><iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-THN5VFZZ"
height="0"
width="0"
style="display:none;visibility:hidden"></iframe></noscript
>
<!-- End Google Tag Manager (noscript) -->
<!-- <Header title={SITE_TITLE} /> -->
<PageLayout title={"About Me"} description={"나는 누구인가?"}>
<div class="mx-auto animate-expand px-8 max-sm:px-4 max-sm:-mt-8">
Expand Down

0 comments on commit 01f43a0

Please sign in to comment.