Skip to content

Commit

Permalink
feat: add Plausible analytics script to admin index
Browse files Browse the repository at this point in the history
  • Loading branch information
TinsFox committed Jan 3, 2025
1 parent bc7246c commit d4a37f5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<body class="font-sans antialiased bg-background">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script defer data-domain="afjs.dev"
src="https://plausible.tinsfox.com/js/script.file-downloads.hash.outbound-links.pageview-props.revenue.tagged-events.js"></script>
<script>window.plausible = window.plausible || function () { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>

</body>

</html>
</html>

0 comments on commit d4a37f5

Please sign in to comment.