Skip to content

Commit 5dcf194

Browse files
Add plausible to dovs
1 parent b333162 commit 5dcf194

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/.vitepress/config.mts

+11-1
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,15 @@ export default defineConfig({
9393
lastUpdated: true,
9494
markdown: {
9595
theme: {light: 'min-light', dark: 'min-dark'},
96-
}
96+
},
97+
head: [
98+
[
99+
'script',
100+
{
101+
'defer': '',
102+
'data-domain': 'codewithkyrian.github.io/transformers-php',
103+
'src': 'https://analytics.codewithkyrian.com/js/script.js'
104+
}
105+
]
106+
]
97107
})

0 commit comments

Comments
 (0)