Skip to content

Commit

Permalink
chore: add plausible site analytics (#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser authored Aug 19, 2024
1 parent 6289976 commit 2374f40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/head.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ export const headConfig: HeadConfig[] = [
['meta', { property: 'og:locale', content: 'en' }],
['meta', { property: 'og:image', content: OG_IMAGE_URL }],
['meta', { property: 'og:url', content: HOST_NAME }],
['script', { 'src': 'https://plausible.io/js/script.js', 'data-domain': 'auth.sidebase.io', 'defer': '' }]
]

0 comments on commit 2374f40

Please sign in to comment.