Skip to content

Commit

Permalink
Another Plausible change
Browse files Browse the repository at this point in the history
  • Loading branch information
mawoka-myblock authored Oct 4, 2024
1 parent 0e97a71 commit 761bb06
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions frontend/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,8 @@ SPDX-License-Identifier: MPL-2.0
<svelte:head>
{#if plausible_data_url}
<link rel="prefetch" href="https://plausible.nexus.mawoka.eu/" />
<script defer data-domain={plausible_data_url} src="https://plausible.nexus.mawoka.eu/js/plausible.hash.outbound-links.js"></script>
<script>
window.plausible =
window.plausible ||
function () {
(window.plausible.q = window.plausible.q || []).push(arguments);
};
</script>
<script defer data-domain={plausible_data_url} src="https://plausible.nexus.mawoka.eu/js/script.file-downloads.outbound-links.pageview-props.tagged-events.js"></script>
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
{/if}
</svelte:head>
Expand Down

0 comments on commit 761bb06

Please sign in to comment.