Skip to content

Commit

Permalink
Integrate plausible in website
Browse files Browse the repository at this point in the history
  • Loading branch information
killergerbah committed Jan 31, 2024
1 parent 9149abf commit bce6411
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<% if (process.env.NODE_ENV === 'production') { %>
<script defer data-domain="killergerbah.github.io" src="https://plausible.io/js/script.js"></script>
<% } %>
<title>asbplayer</title>
</head>
<body>
Expand Down

0 comments on commit bce6411

Please sign in to comment.