Skip to content

Commit

Permalink
v1.0.2 (#562)
Browse files Browse the repository at this point in the history
v1.0.2
  • Loading branch information
Leejin-Yang authored Aug 31, 2023
2 parents 0802eb8 + bb46305 commit 483d6db
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-icon-180x180.png" />
<title>펀잇</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=%GOOGLE_ANALYTICS_ID%"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());

gtag('config', '%GOOGLE_ANALYTICS_ID%');
</script>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 483d6db

Please sign in to comment.