Skip to content

Commit

Permalink
chore: add plausible (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Apr 12, 2024
1 parent 40f0567 commit 0e17fe9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 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 @@ -32,4 +33,8 @@
<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="paneforge.com" src="https://server.hj.run/js/script.js"></script>
{/if}
</svelte:head>

0 comments on commit 0e17fe9

Please sign in to comment.