Skip to content

Commit 1463676

Browse files
authored
add analytics script (#77)
Adding analytics script to the docs.
2 parents 5b3c3ac + 4ce93fe commit 1463676

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/.vitepress/config.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ export default defineConfig({
1010
head: [
1111
['link', { rel: 'icon', href: '/favicon.ico' }],
1212
['link', { rel: 'shortcut icon', href: '/favicon.ico' }],
13+
[
14+
'script',
15+
{
16+
defer: 'true',
17+
'data-domain': 'wiretyped.io',
18+
src: 'https://analytics.egreb.net/js/script.js',
19+
},
20+
],
1321
],
1422
title: 'WireTyped',
1523
description:

0 commit comments

Comments
 (0)