Skip to content

Commit

Permalink
feat: update Plausible analytics script in admin index
Browse files Browse the repository at this point in the history
  • Loading branch information
TinsFox committed Jan 3, 2025
1 parent 4969222 commit 880aba5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions apps/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
<link rel="icon" type="image/svg+xml" href="/vite-boilerplate.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title><%- title %></title>
<script defer data-domain="admin.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>

</head>

<body class="font-sans antialiased bg-background">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script defer data-domain="admin.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>

Expand Down

0 comments on commit 880aba5

Please sign in to comment.