mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
chore: add google analytics
This commit is contained in:
@@ -36,4 +36,6 @@ module.exports = {
|
||||
lastUpdated: 'Last Updated',
|
||||
},
|
||||
dest: '_site',
|
||||
plugins: ['@vuepress/google-analytics'],
|
||||
ga: 'UA-131782693-1',
|
||||
};
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user