Skip to content

Commit 12c50cd

Browse files
Merge pull request #1257 from ipfs/feat/add-plausible
Adds plausible analytics to IPFS docs.
2 parents ebe95d9 + 2744557 commit 12c50cd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/.vuepress/head.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,10 @@ module.exports = [
4848
content: '/browserconfig.xml'
4949
}
5050
],
51-
['meta', { name: 'theme-color', content: '#5bbad5' }]
51+
['meta', { name: 'theme-color', content: '#5bbad5' }],
52+
['script', {
53+
defer: true,
54+
'data-domain': "docs.ipfs.tech",
55+
src: "https://plausible.io/js/plausible.js"
56+
}, ``],
5257
]

0 commit comments

Comments
 (0)