Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit cd348f4

Browse files
authored
Add Plausible for analytics (#336)
* Add Plausible for analytics * hash-based routing
1 parent 4c5b9e3 commit cd348f4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

metriq-newapp/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,5 +320,11 @@ <h3 id="detail-title"></h3>
320320

321321
<script src="tour.js"></script>
322322
<script type="module" src="main.js"></script>
323+
<script async src="https://plausible.io/js/pa-NZDaKuu7bMzj-XsNC7Z4e.js"></script>
324+
<script>
325+
window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};
326+
plausible.init({ hashBasedRouting: true })
327+
</script>
328+
323329
</body>
324330
</html>

0 commit comments

Comments
 (0)