We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf658d commit f409323Copy full SHA for f409323
docs/.vuepress/config.js
@@ -117,5 +117,8 @@ module.exports = {
117
},
118
119
120
- plugins: [require('@vuepress/theme-default/index')],
+ plugins: [
121
+ require('@vuepress/theme-default/index'),
122
+ '@vuepress/google-analytics'
123
+ ],
124
};
package.json
@@ -47,6 +47,7 @@
47
"@babel/runtime": "^7.0.0",
48
"@commitlint/cli": "^7.0.0",
49
"@commitlint/config-conventional": "^7.0.1",
50
+ "@vuepress/plugin-google-analytics": "^1.0.0-alpha.16",
51
"autoprefixer": "^9.1.5",
52
"babel-loader": "^8.0.2",
53
"babel-plugin-istanbul": "^5.0.1",
0 commit comments