diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 2d18d7c..0ad7bc3 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -2,10 +2,14 @@ module.exports = { title: 'QtPromise', description: 'Promises/A+ implementation for Qt/C++', dest: 'dist/docs', - ga: 'UA-113899811-1', head: [ ['link', { rel: 'icon', href: `/favicon.png` }], ], + plugins: [ + ['@vuepress/google-analytics', { + ga: 'UA-113899811-1' + }] + ], themeConfig: { repo: 'simonbrunel/qtpromise', lastUpdated: 'Last Updated',