update canonical url, add GA to docs

This commit is contained in:
Amruth Pillai
2020-03-29 19:14:59 +05:30
parent f6e0a84285
commit 6500b97f8b
4 changed files with 18 additions and 2 deletions

View File

@ -21,4 +21,12 @@ module.exports = {
],
smoothScroll: true,
},
plugins: [
[
'@vuepress/google-analytics',
{
ga: 'UA-161860275-1',
},
],
],
};