Skip to content

Commit

Permalink
chore: add plausible (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte authored Apr 13, 2024
1 parent 1fa7192 commit 819477f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sites/docs/src/lib/components/metadata.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<script lang="ts">
import { dev } from "$app/environment";
import { page } from "$app/stores";
import { siteConfig } from "$lib/config/index.js";
Expand Down Expand Up @@ -30,7 +29,5 @@
<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}
<script defer data-domain="bits-ui.com" src="https://server.hj.run/js/script.js"></script>
</svelte:head>

0 comments on commit 819477f

Please sign in to comment.