chore: add google analytics

This commit is contained in:
Thomas Allmer
2019-01-05 03:42:21 +01:00
parent 940e939daf
commit 46513b718b
2 changed files with 4 additions and 1 deletions

View File

@@ -36,4 +36,6 @@ module.exports = {
lastUpdated: 'Last Updated',
},
dest: '_site',
plugins: ['@vuepress/google-analytics'],
ga: 'UA-131782693-1',
};

View File

@@ -31,12 +31,13 @@
"@commitlint/cli": "7.2.1",
"@commitlint/config-conventional": "7.1.2",
"@commitlint/config-lerna-scopes": "7.2.1",
"@vuepress/plugin-google-analytics": "^1.0.0-alpha.0",
"eslint-config-prettier": "^3.3.0",
"husky": "1.1.2",
"lerna": "3.4.3",
"lint-staged": "^8.1.0",
"npm-run-all": "4.1.3",
"prettier": "^1.15.0",
"vuepress": "1.0.0-alpha.18"
"vuepress": "^1.0.0-alpha.30"
}
}