Skip to content

Commit e102b6a

Browse files
committed
docs: add fathom analytics
1 parent ca2b206 commit e102b6a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/docs/.vitepress/config/shared.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,16 @@ export const sharedConfig = defineConfig({
9393
// },
9494
// ],
9595

96+
[
97+
'script',
98+
{
99+
src: 'https://cdn.usefathom.com/script.js',
100+
'data-site': 'RENJQDQI',
101+
'data-spa': 'auto',
102+
defer: '',
103+
},
104+
],
105+
96106
// Vue School Top banner
97107
[
98108
'script',

0 commit comments

Comments
 (0)