Skip to content

Commit 2374f40

Browse files
authored
chore: add plausible site analytics (#869)
1 parent 6289976 commit 2374f40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/.vitepress/head.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ export const headConfig: HeadConfig[] = [
1717
['meta', { property: 'og:locale', content: 'en' }],
1818
['meta', { property: 'og:image', content: OG_IMAGE_URL }],
1919
['meta', { property: 'og:url', content: HOST_NAME }],
20+
['script', { 'src': 'https://plausible.io/js/script.js', 'data-domain': 'auth.sidebase.io', 'defer': '' }]
2021
]

0 commit comments

Comments
 (0)