🌐 AI搜索 & 代理 主页
Skip to content

Commit 407c6e3

Browse files
authored
feat(docs): move @nuxtjs/google-analytics to buildModules (#4299)
1 parent f8f3c33 commit 407c6e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/nuxt.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ module.exports = {
212212

213213
plugins: ['~/plugins/bootstrap-vue.js', '~/plugins/play.js', '~/plugins/docs.js'],
214214

215-
modules: ['@nuxtjs/pwa', '@nuxtjs/google-analytics'],
215+
buildModules: ['@nuxtjs/google-analytics'],
216+
modules: ['@nuxtjs/pwa'],
216217

217218
'google-analytics': {
218219
id: 'UA-89526435-1',

0 commit comments

Comments
 (0)