Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
add ga
Browse files Browse the repository at this point in the history
  • Loading branch information
kwunyeung committed Feb 3, 2020
1 parent 0258af3 commit 45b4888
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
10 changes: 6 additions & 4 deletions .docs/.vuepress/config.js
Expand Up @@ -32,10 +32,12 @@ module.exports = {
},
plugins: [
'vuepress-plugin-element-tabs',
'@vuepress/google-analytics',
{
'ga': 'UA-108489905-8' // UA-00000000-0
}
[
'@vuepress/google-analytics',
{
'ga': 'UA-108489905-10' // UA-00000000-0
}
]
],
themeConfig: {
repo: "desmos-labs/mooncake",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.2.0",
"@vuepress/plugin-google-analytics": "^1.3.0",
"lodash": "^4.17.11",
"markdown-it": "^8.4.2",
"markdown-it-meta": "0.0.1",
Expand Down

0 comments on commit 45b4888

Please sign in to comment.