mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 12:21:16 +00:00
parent
c42835e080
commit
bac6e4e91b
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