We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32d132 commit 99bde52Copy full SHA for 99bde52
components/meta/meta.tsx
@@ -11,7 +11,7 @@ const Meta = (props: TMPropsMeta) => {
11
imageWidth = '1200',
12
imageHeight = '627',
13
} = props;
14
- // useGTM();
+ useGTM();
15
16
return (
17
<Head>
next.config.js
@@ -4,7 +4,7 @@ module.exports = {
4
env: {
5
NEXT_PUBLIC_URL: process.env.NEXT_PUBLIC_URL,
6
//NEXT_PUBLIC_CMS_URL: process.env.NEXT_PUBLIC_CMS_URL,
7
- NEXT_PUBLIC_GTM_ID: process.env.NEXT_PUBLIC_GTM_ID,
+ // NEXT_PUBLIC_GTM_ID: process.env.NEXT_PUBLIC_GTM_ID,
8
NEXT_PUBLIC_API_URL: process.env.NEXT_PUBLIC_API_URL,
9
},
10
eslint: { ignoreDuringBuilds: true },
0 commit comments