From d10838899fa1fcfca44b656297fc3463ccf57594 Mon Sep 17 00:00:00 2001
From: MinseoKangQ <kms02171@naver.com>
Date: Mon, 11 Mar 2024 17:24:40 +0900
Subject: [PATCH] =?UTF-8?q?:sparkles:=20GA=20=EC=B6=94=EA=B0=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 index.html | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/index.html b/index.html
index 8aeb8ae..bd65231 100644
--- a/index.html
+++ b/index.html
@@ -9,5 +9,14 @@
   <body>
     <div id="root"></div>
     <script type="module" src="/src/main.jsx"></script>
+    <!-- Google tag (gtag.js) Start -->
+    <script async src="https://www.googletagmanager.com/gtag/js?id=G-QZNZ43348K"></script>
+    <script>
+      window.dataLayer = window.dataLayer || [];
+      function gtag(){dataLayer.push(arguments);}
+      gtag('js', new Date());
+      gtag('config', 'G-QZNZ43348K');
+    </script>
+    <!-- Google tag (gtag.js) End -->
   </body>
 </html>