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.
2 parents ebe95d9 + 2744557 commit 12c50cdCopy full SHA for 12c50cd
docs/.vuepress/head.js
@@ -48,5 +48,10 @@ module.exports = [
48
content: '/browserconfig.xml'
49
}
50
],
51
- ['meta', { name: 'theme-color', content: '#5bbad5' }]
+ ['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
+ }, ``],
57
]
0 commit comments