Skip to content

Commit

Permalink
feat: add google tag (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
raipen authored Apr 19, 2024
1 parent f34525e commit 6a9d9b5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/front/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
<link rel="apple-touch-icon" href="/logo192.png" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Round|Material+Icons+Sharp|Material+Icons+Two+Tone"
rel="stylesheet">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8H9XKB2MQJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-8H9XKB2MQJ');
</script>
<link rel="manifest" href="/manifest.json" />
<title>영단어 암기</title>
<!--app-head-->
Expand Down

0 comments on commit 6a9d9b5

Please sign in to comment.