Skip to content

Commit

Permalink
log in production
Browse files Browse the repository at this point in the history
  • Loading branch information
tedraykov committed Mar 29, 2022
1 parent f9edceb commit b0b0e7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export default function MyApp({ Component, pageProps }: AppProps) {
<>
{isProd() && (
<>
{() => console.log('running in production')}
<GoogleAnalytics />
<FacebookPixel />
</>
Expand Down

1 comment on commit b0b0e7c

@vercel
Copy link

@vercel vercel bot commented on b0b0e7c Mar 29, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.