Skip to content

Commit 7aca1bd

Browse files
authored
Merge pull request #91 from AT-UI/chore-tools
feat: add hotjar
2 parents a6d1f22 + 7b07aee commit 7aca1bd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,18 @@
1111
<body>
1212
<div id="app"></div>
1313
<!-- built files will be auto injected -->
14+
15+
<!-- Hotjar Tracking Code for https://at-ui.github.io/at-ui/ -->
16+
<script>
17+
(function (h, o, t, j, a, r) {
18+
h.hj = h.hj || function () { (h.hj.q = h.hj.q || []).push(arguments) }
19+
h._hjSettings = { hjid: 691176, hjsv: 6 }
20+
a = o.getElementsByTagName('head')[0]
21+
r = o.createElement('script')
22+
r.async = 1
23+
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv
24+
a.appendChild(r)
25+
})(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv=')
26+
</script>
1427
</body>
1528
</html>

0 commit comments

Comments
 (0)