1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-30 21:24:18 +00:00

suivi de la fréquentation

This commit is contained in:
Maxime Moraine 2020-05-25 11:30:45 +02:00
parent 96d028dfa6
commit bf2dabf765

View file

@ -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) {