From 8ea8e81e891f457ad5c731a3cdc3e94ca96167c0 Mon Sep 17 00:00:00 2001 From: Kristian Polso Date: Fri, 1 Jun 2018 11:38:41 +0300 Subject: [PATCH] Add Google Analytics, #71 --- content/.vuepress/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/.vuepress/config.js b/content/.vuepress/config.js index 987c955..8d9ec46 100644 --- a/content/.vuepress/config.js +++ b/content/.vuepress/config.js @@ -10,5 +10,6 @@ module.exports = { repo: 'lbryio/lbry.tech', docsBranch: 'master', editLinkText: 'Edit this page on Github' - } + }, + ga: 'UA-60403362-1' }