Skip to content

Commit 99bde52

Browse files
committed
Minor update to complete build without warnings
1 parent d32d132 commit 99bde52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/meta/meta.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const Meta = (props: TMPropsMeta) => {
1111
imageWidth = '1200',
1212
imageHeight = '627',
1313
} = props;
14-
// useGTM();
14+
useGTM();
1515

1616
return (
1717
<Head>

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
env: {
55
NEXT_PUBLIC_URL: process.env.NEXT_PUBLIC_URL,
66
//NEXT_PUBLIC_CMS_URL: process.env.NEXT_PUBLIC_CMS_URL,
7-
NEXT_PUBLIC_GTM_ID: process.env.NEXT_PUBLIC_GTM_ID,
7+
// NEXT_PUBLIC_GTM_ID: process.env.NEXT_PUBLIC_GTM_ID,
88
NEXT_PUBLIC_API_URL: process.env.NEXT_PUBLIC_API_URL,
99
},
1010
eslint: { ignoreDuringBuilds: true },

0 commit comments

Comments
 (0)