Skip to content

Commit b784a67

Browse files
committed
feat : Hotjar Tracking Code 추가
1 parent 8dc434f commit b784a67

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

public/index.html

+17
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,23 @@
2828
<meta property="og:image:height" content="430" />
2929

3030
<title>BOAZ</title>
31+
32+
<!-- Hotjar Tracking Code for https://www.bigdataboaz.com/ -->
33+
<script>
34+
(function (h, o, t, j, a, r) {
35+
h.hj =
36+
h.hj ||
37+
function () {
38+
(h.hj.q = h.hj.q || []).push(arguments);
39+
};
40+
h._hjSettings = { hjid: 3286830, hjsv: 6 };
41+
a = o.getElementsByTagName('head')[0];
42+
r = o.createElement('script');
43+
r.async = 1;
44+
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
45+
a.appendChild(r);
46+
})(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv=');
47+
</script>
3148
</head>
3249
<body>
3350
<noscript>You need to enable JavaScript to run this app.</noscript>

0 commit comments

Comments
 (0)