Skip to content
This repository was archived by the owner on Nov 21, 2022. It is now read-only.

Commit a44d10d

Browse files
committed
chore(config.js): move analytics code to correct spot
1 parent df25582 commit a44d10d

File tree

1 file changed

+1
-5
lines changed
  • packages/cognito-module/docs/.vuepress

1 file changed

+1
-5
lines changed

packages/cognito-module/docs/.vuepress/config.js

100644100755
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@ module.exports = {
55
['link', { rel: 'icon', href: `/logo.png` }]
66
],
77

8-
plugins: [
9-
['@vuepress/google-analytics', {
10-
ga: 'UA-75262397-5'
11-
}]
12-
],
8+
ga: 'UA-75262397-5',
139

1410
themeConfig: {
1511
nav: [

0 commit comments

Comments
 (0)