Skip to content

Commit 5238f22

Browse files
authored
Add plausible integration (#289)
1 parent 2cfbdf3 commit 5238f22

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
<link rel="icon" type="image/png" href="/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Lunatech</title>
8+
9+
<script>
10+
var s = document.createElement("script");
11+
s.src = "https://plausible.io/js/plausible.js"
12+
s.setAttribute("defer", "");
13+
s.setAttribute("data-domain", window.location.host);
14+
document.head.appendChild(s);
15+
</script>
16+
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
817
</head>
918
<body>
1019
<div id="root"></div>

0 commit comments

Comments
 (0)