Skip to content

Commit e5c3ec2

Browse files
authored
feat: Added plausible snippet (#388)
1 parent 2f51d6e commit e5c3ec2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@
1212
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1313
<meta name="description" content="AlgoKit lora, the Algorand live on-chain resource analyzer." />
1414
<meta name="name" content="AlgoKit - lora" />
15+
<script
16+
defer
17+
data-domain="lora.algokit.io"
18+
src="https://plausible.io/js/script.file-downloads.pageview-props.tagged-events.js"
19+
></script>
20+
<script>
21+
window.plausible =
22+
window.plausible ||
23+
function () {
24+
;(window.plausible.q = window.plausible.q || []).push(arguments)
25+
}
26+
</script>
27+
1528
<title>AlgoKit - lora</title>
1629
</head>
1730
<body>

0 commit comments

Comments
 (0)