Skip to content

Commit

Permalink
chore: add plausible (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte authored Apr 12, 2024
1 parent 912601d commit 1fa7192
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 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/index.js";
Expand Down Expand Up @@ -29,4 +30,7 @@
<meta property="og:description" content={siteConfig.description} />
<meta property="og:site_name" content={siteConfig.name} />
<meta property="og:locale" content="EN_US" />
{#if !dev}
<script defer data-domain="bits-ui.com" src="https://server.hj.run/js/script.js"></script>
{/if}
</svelte:head>

0 comments on commit 1fa7192

Please sign in to comment.