From 2744557dd53c4af31aa3cb8aa339a2014d4b6b00 Mon Sep 17 00:00:00 2001 From: johnnymatthews <9611008+johnnymatthews@users.noreply.github.com> Date: Tue, 23 Aug 2022 13:57:55 -0400 Subject: [PATCH] Adds plausible analytics to IPFS docs. --- docs/.vuepress/head.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/head.js b/docs/.vuepress/head.js index d4de2b277..77257ec1e 100644 --- a/docs/.vuepress/head.js +++ b/docs/.vuepress/head.js @@ -48,5 +48,10 @@ module.exports = [ content: '/browserconfig.xml' } ], - ['meta', { name: 'theme-color', content: '#5bbad5' }] + ['meta', { name: 'theme-color', content: '#5bbad5' }], + ['script', { + defer: true, + 'data-domain': "docs.ipfs.tech", + src: "https://plausible.io/js/plausible.js" + }, ``], ]