From bf2dabf7657d3c6f6b9306d8fcae136638942098 Mon Sep 17 00:00:00 2001 From: Maxime Moraine Date: Mon, 25 May 2020 11:30:45 +0200 Subject: [PATCH] =?UTF-8?q?suivi=20de=20la=20fr=C3=A9quentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/config.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index c0ab308..44afdc5 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -117,12 +117,12 @@ module.exports = { // modifiedAt: $page => $page.lastUpdated && new Date($page.lastUpdated), } ], - // [ - // '@vuepress/google-analytics', - // { - // 'ga': '' // UA-00000000-0 - // } - // ] + [ + '@vuepress/google-analytics', + { + 'ga': 'UA-122478510-1' // UA-00000000-0 + } + ] ], dest: process.env.VUEPRESS_DEST, extendPageData ($page) {