Skip to content

Commit 53c0bf3

Browse files
bencodezenulivz
authored andcommitted
docs: Improve usage example for Google Analytics plugin (#1177)
1 parent 122e024 commit 53c0bf3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/docs/docs/plugin/official/plugin-google-analytics.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@ yarn add -D @vuepress/plugin-google-analytics
1919

2020
```javascript
2121
module.exports = {
22-
plugins: ['@vuepress/google-analytics']
22+
plugins: [
23+
'@vuepress/google-analytics',
24+
{
25+
'ga': '' // UA-00000000-0
26+
}
27+
]
2328
}
2429
```
2530

0 commit comments

Comments
 (0)