We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf26d8 commit 5fd514cCopy full SHA for 5fd514c
web/index.html
@@ -5,6 +5,16 @@
5
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
<title>web</title>
8
+
9
+ <!-- Google tag (gtag.js) -->
10
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-LPQM8H4CBQ"></script>
11
+ <script>
12
+ window.dataLayer = window.dataLayer || [];
13
+ function gtag(){dataLayer.push(arguments);}
14
+ gtag('js', new Date());
15
16
+ gtag('config', 'G-LPQM8H4CBQ');
17
+ </script>
18
</head>
19
<body>
20
<div id="root"></div>
0 commit comments