mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 12:21:16 +00:00
Also track external link clicks
This commit is contained in:
parent
3f8a29f232
commit
51f1f187d1
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ server.get("/*", async (req, res) => {
|
||||||
<body ${helmet.bodyAttributes.toString()}>
|
<body ${helmet.bodyAttributes.toString()}>
|
||||||
<div id='root'>${root}</div>
|
<div id='root'>${root}</div>
|
||||||
<script defer src='/static/js/client.js'></script>
|
<script defer src='/static/js/client.js'></script>
|
||||||
<script defer data-domain="join-lemmy.org" src="https://plausible.lemmy.ml/js/plausible.js"></script>
|
<script defer data-domain="join-lemmy.org" src="https://plausible.lemmy.ml/js/plausible.outbound-links.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
`);
|
`);
|
||||||
|
|
Loading…
Reference in a new issue