From 31413a6694acf37a43754121f8372b204717d25e Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期二, 15 八月 2023 08:23:40 +0800 Subject: [PATCH] Update: [project] 移除 @nuxt/gtm 套件,並加上 package-lock.json --- PAMapp/nuxt.config.js | 33 --------------------------------- 1 files changed, 0 insertions(+), 33 deletions(-) diff --git a/PAMapp/nuxt.config.js b/PAMapp/nuxt.config.js index b1a5207..7ddc481 100644 --- a/PAMapp/nuxt.config.js +++ b/PAMapp/nuxt.config.js @@ -66,40 +66,7 @@ '@nuxtjs/axios', '@nuxtjs/style-resources', ['@nuxtjs/dotenv', { filename: '.env.' + process.env.ENV }], - // '@nuxtjs/gtm', ], - - // gtm: { - // enabled: true, /* see below */ - // debug: false, - // - // id: process.env.ENV === 'prod' - // ? 'GTM-TFKVGTH' - // : process.env.ENV === 'uat' ? 'GTM-W2XMVJZT' : 'GTM_XXXXXXX', - // layer: 'dataLayer', - // variables: {}, - // - // pageTracking: true, - // pageViewEventName: 'nuxtRoute', - // - // autoInit: true, - // respectDoNotTrack: true, - // - // scriptId: 'gtm-script', - // scriptDefer: false, - // scriptURL: 'https://www.googletagmanager.com/gtm.js', - // crossOrigin: false, - // - // noscript: true, - // noscriptId: 'gtm-noscript', - // noscriptURL: 'https://www.googletagmanager.com/ns.html' - // }, - // - // publicRuntimeConfig: { - // gtm: { - // id: process.env.GOOGLE_TAG_MANAGER_ID - // } - // }, // Build Configuration: https://go.nuxtjs.dev/config-build build: { -- Gitblit v1.8.0