mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
Adding plausible. Fixes #79
This commit is contained in:
parent
c42835e080
commit
5f9c96eb29
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ server.get("/*", async (req, res) => {
|
|||
<body ${helmet.bodyAttributes.toString()}>
|
||||
<div id='root'>${root}</div>
|
||||
<script defer src='/static/js/client.js'></script>
|
||||
<script defer data-domain="join-lemmy.org" src="https://plausible.lemmy.ml/js/plausible.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
`);
|
||||
|
|
Loading…
Reference in a new issue