mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-08 09:34:16 +00:00
Adding plausible.
This commit is contained in:
parent
2663e19fdc
commit
5d9606d526
|
@ -175,6 +175,7 @@ server.get("/*", async (req, res) => {
|
|||
|
||||
<div id='root'>${root}</div>
|
||||
<script defer src='/static/js/client.js'></script>
|
||||
<script defer data-domain="lemmy.ml" src="https://plausible.lemmy.ml/js/plausible.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
`);
|
||||
|
|
Loading…
Reference in a new issue