Skip to content

Commit

Permalink
Merge pull request #403 from mawoka-myblock/plausible-change
Browse files Browse the repository at this point in the history
  • Loading branch information
mawoka-myblock authored Oct 4, 2024
2 parents a723ef5 + 844de38 commit 0e97a71
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions frontend/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,8 @@ SPDX-License-Identifier: MPL-2.0
<svelte:head>
{#if plausible_data_url}
<link rel="prefetch" href="https://sugar.mawoka.eu.org/" />
<script
async=""
defer=""
data-domain={plausible_data_url}
src="https://sugar.mawoka.eu.org/js/plausible.hash.outbound-links.js"
></script>
<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 ||
Expand Down

0 comments on commit 0e97a71

Please sign in to comment.