Skip to content

Commit

Permalink
docs: Improve usage example for Google Analytics plugin (#1177)
Browse files Browse the repository at this point in the history
  • Loading branch information
bencodezen authored and ulivz committed Jan 10, 2019
1 parent 122e024 commit 53c0bf3
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ yarn add -D @vuepress/plugin-google-analytics

```javascript
module.exports = {
plugins: ['@vuepress/google-analytics']
plugins: [
'@vuepress/google-analytics',
{
'ga': '' // UA-00000000-0
}
]
}
```

Expand Down

0 comments on commit 53c0bf3

Please sign in to comment.