Skip to content

Commit

Permalink
Merge pull request #263 from FinalDoubleTen/FE-103--feat/Refactor/1st
Browse files Browse the repository at this point in the history
Refactor: GA 적용
  • Loading branch information
seungjun222 authored Jan 24, 2024
2 parents 435f9a4 + 26a951b commit d8b8953
Showing 1 changed file with 25 additions and 11 deletions.
36 changes: 25 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,30 @@
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0 maximum-scale=1" />
<title>위플플 | 여정 공유 플랫폼</title>
</head>

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0 maximum-scale=1" />
<title>위플플 | 여정 공유 플랫폼</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>

<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-1285JF2LMZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());

</html>
gtag('config', 'G-1285JF2LMZ');
</script>
</html>

0 comments on commit d8b8953

Please sign in to comment.