We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf4e0c commit cb8294aCopy full SHA for cb8294a
1 file changed
index.html
@@ -13,5 +13,19 @@
13
<body>
14
<div id="root"></div>
15
<script type="module" src="/src/main.tsx"></script>
16
+ <script src="https://swetrix.org/swetrix.js" defer></script>
17
+ <script>
18
+ document.addEventListener("DOMContentLoaded", function () {
19
+ swetrix.init("dBl2xaaJ9x3M");
20
+ swetrix.trackViews();
21
+ });
22
+ </script>
23
+ <noscript>
24
+ <img
25
+ src="https://api.swetrix.com/log/noscript?pid=dBl2xaaJ9x3M"
26
+ alt=""
27
+ referrerpolicy="no-referrer-when-downgrade"
28
+ />
29
+ </noscript>
30
</body>
31
</html>
0 commit comments