Skip to content

Commit d8a4688

Browse files
committed
Update GA
1 parent cb6621e commit d8a4688

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/.vuepress/config.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,6 @@ export default defineUserConfig({
123123

124124
// use plugins
125125
plugins: [
126-
googleAnalyticsPlugin({
127-
id: 'G-50E0L7RMYR',
128-
debug: true,
129-
}),
130126
docsearchPlugin({
131127
appId: '',
132128
apiKey: '',
@@ -178,6 +174,11 @@ export default defineUserConfig({
178174
},
179175
},
180176
}),
177+
googleAnalyticsPlugin({
178+
// we have multiple deployments, which would use different id
179+
id: 'G-50E0L7RMYR',
180+
debug: true,
181+
}),
181182
registerComponentsPlugin({
182183
componentsDir: path.resolve(__dirname, './components'),
183184
}),

0 commit comments

Comments
 (0)