From e8ecbd0137811bf38100aa40a7bfbf3195f3484b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Thu, 28 Mar 2019 14:40:55 +0100 Subject: [PATCH] docs(ga): Add Google Analytics ID --- docs/.vuepress/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 6a5ece5..6791822 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -6,6 +6,7 @@ module.exports = { description: 'Metadata manager for Vue.js' }, }, + ga: 'UA-88662854-1', serviceWorker: true, themeConfig: { repo: 'nuxt/vue-meta',