Skip to content

Commit 51fa3d2

Browse files
committed
Use fixed plausible domain
1 parent 5238f22 commit 51fa3d2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

index.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Lunatech</title>
88

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>
9+
<script defer data-domain="lunatech.com" src="https://plausible.io/js/script.file-downloads.hash.outbound-links.pageview-props.tagged-events.js"></script>
1610
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
1711
</head>
1812
<body>

0 commit comments

Comments
 (0)