From 96d7bd0c2e99994cdc09bd61ef42307504fc5efa Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期一, 25 七月 2022 16:56:15 +0800 Subject: [PATCH] update: [nuxt-config] GTM code --- PAMapp/nuxt.config.js | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/PAMapp/nuxt.config.js b/PAMapp/nuxt.config.js index 83ed9b6..ac032f6 100644 --- a/PAMapp/nuxt.config.js +++ b/PAMapp/nuxt.config.js @@ -65,12 +65,11 @@ plugins: [ '~/plugins/gtm' ], - // TODO: 蝵格�甇�蝣箇�� GTM CODE gtm: { enabled: true, /* see below */ debug: false, - id: 'GTM-XXXXXXX', + id: 'GTM-W2XMVJZ', layer: 'dataLayer', variables: {}, -- Gitblit v1.8.0