Skip to content

Commit

Permalink
chore: add plausible (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte authored Apr 12, 2024
1 parent f851d57 commit 6ff54f9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sites/docs/src/lib/components/metadata.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<script lang="ts">
import { dev } from "$app/environment";
import { page } from "$app/stores";
import { siteConfig } from "$lib/config/site";
Expand Down Expand Up @@ -31,4 +32,12 @@
<meta property="og:locale" content="EN_US" />
<link rel="shortcut icon" href="/favicon-16x16.png" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />

{#if !dev}
<script
defer
data-domain="mode-watcher.svecosystem.com"
src="https://server.hj.run/js/script.js"
></script>
{/if}
</svelte:head>

0 comments on commit 6ff54f9

Please sign in to comment.