chore: send current domain to analytics

This commit is contained in:
Baoshuo Ren 2023-11-19 10:31:07 +08:00
parent e0f3dbf57c
commit 4d58f21c4c
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -242,6 +242,18 @@ $new_msg_tot = $new_user_msg_num + $new_system_msg_num;
</script>
<script async data-domain="sjzezoj.com" src="https://stat.u.sb/js/script.js"></script>
<script>
window.plausible = window.plausible || function() {
(window.plausible.q = window.plausible.q || []).push(arguments)
}
</script>
<script>
plausible('Domain', {
props: {
domain: window.location.host,
},
});
</script>
</head>
<body class="d-flex flex-column min-vh-100