mirror of https://github.com/docusealco/docuseal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
425 B
10 lines
425 B
<script defer data-domain="<%= ENV.fetch('PLAUSIBLE_DOMAIN', nil) %>" src="https://plausible.io/js/script.manual.js"></script>
|
|
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
|
|
<script>
|
|
document.addEventListener("turbo:load", function (e) {
|
|
if (e.detail.url.match(/sign_in|sign_up|password/)) {
|
|
plausible('pageview')
|
|
}
|
|
})
|
|
</script>
|