Skip to content

Commit 1de562b

Browse files
committed
update gtm settings.
1 parent deae2dc commit 1de562b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

nuxt.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,12 @@ module.exports = {
4343
'nuxt-fontawesome',
4444
'@nuxtjs/pwa'
4545
],
46+
buildModules: [
47+
'@nuxtjs/gtm'
48+
],
4649
gtm: {
47-
id: 'GTM-PX7HVHV'
50+
id: 'GTM-PX7HVHV',
51+
pageTracking: true
4852
},
4953

5054
fontawesome: {

0 commit comments

Comments
 (0)