Skip to content

Commit 2f45c64

Browse files
committed
analytics
1 parent e07b6ec commit 2f45c64

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/observable.tmpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,11 @@
8989
© 2025 Observable, Inc.
9090
</div>
9191
</footer>
92+
<script type="module">
93+
if (location.origin === "https://observablehq.com") {
94+
const {pageLoad} = await import("https://events.observablehq.com/client.js");
95+
pageLoad();
96+
}
97+
</script>
9298
</body>
9399
</html>

0 commit comments

Comments
 (0)