Skip to content

Commit

Permalink
chore: add plausible (#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte authored Apr 12, 2024
1 parent 4f687d4 commit e3174c5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/www/src/lib/components/docs/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.js";
Expand Down Expand Up @@ -31,4 +32,11 @@
<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="shadcn-svelte.com"
src="https://server.hj.run/js/script.js"
></script>
{/if}
</svelte:head>

0 comments on commit e3174c5

Please sign in to comment.