Skip to content

Commit 787762f

Browse files
committed
feat: Add Analytics script to index.html for tracking user interactions
1 parent 54df6df commit 787762f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>GitHub Stars Semantic Search</title>
77
<script type="module" src="/src/main.ts"></script>
8+
<script
9+
defer
10+
src="https://satisfied-tortoise.pikapod.net/script.js"
11+
data-website-id="2983c79c-de19-45e8-bb50-18d5ccbf3184"
12+
></script>
813
<style>
914
.loading {
1015
visibility: hidden;

0 commit comments

Comments
 (0)