We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6289976 commit 2374f40Copy full SHA for 2374f40
docs/.vitepress/head.ts
@@ -17,4 +17,5 @@ export const headConfig: HeadConfig[] = [
17
['meta', { property: 'og:locale', content: 'en' }],
18
['meta', { property: 'og:image', content: OG_IMAGE_URL }],
19
['meta', { property: 'og:url', content: HOST_NAME }],
20
+ ['script', { 'src': 'https://plausible.io/js/script.js', 'data-domain': 'auth.sidebase.io', 'defer': '' }]
21
]
0 commit comments