Skip to content

Commit

Permalink
Updated layout to fix ga measurement id
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsingal authored Nov 21, 2023
1 parent 3ba7fe5 commit 549b365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marketing/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const MyApp: React.FC<AppProps> = ({ Component, pageProps }: AppProps) => (
function gtag(){window.dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', ${process.env.NEXT_PUBLIC_GOOGLE_ANALYTICS});
gtag('config', '${process.env.NEXT_PUBLIC_GOOGLE_ANALYTICS}');
`}
</Script>
</SSRProvider>
Expand Down

1 comment on commit 549b365

@vercel
Copy link

@vercel vercel bot commented on 549b365 Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

landgriffon-marketing – ./marketing

landgriffon-marketing-git-dev-vizzuality1.vercel.app
landgriffon-marketing.vercel.app
landgriffon-marketing-vizzuality1.vercel.app

Please sign in to comment.