We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a10c6 commit a69df21Copy full SHA for a69df21
packages/@vuepress/plugin-google-analytics/enhanceAppFile.js
@@ -18,7 +18,6 @@ export default ({ router }) => {
18
19
ga('create', GA_ID, 'auto')
20
ga('set', 'anonymizeIp', true)
21
- ga('send', 'pageview')
22
23
router.afterEach(function (to) {
24
ga('set', 'page', to.fullPath)
0 commit comments