Skip to content

Commit 8b91923

Browse files
committed
chore: use google analytics plugin in docs
1 parent d2393f7 commit 8b91923

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/.vuepress/config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,12 @@ const config: UserConfig<DefaultThemeOptions> = {
149149
},
150150
},
151151
],
152+
[
153+
'@vuepress/plugin-google-analytics',
154+
{
155+
id: process.env.GA_ID,
156+
},
157+
],
152158
['@vuepress/plugin-pwa'],
153159
[
154160
'@vuepress/plugin-pwa-popup',

0 commit comments

Comments
 (0)