diff --git a/42manito/env.sample b/42manito/env.sample index 1c945ee6..cb03f089 100644 --- a/42manito/env.sample +++ b/42manito/env.sample @@ -1,2 +1,2 @@ -NEXT_PUBLIC_GA_ID="" -NEXT_PUBLIC_DEV_URL="https://api.dev.42manito.com" \ No newline at end of file +NEXT_PUBLIC_DEV_URL="https://api.dev.42manito.com" +NEXT_PUBLIC_GA_ID="G-LJC872ZRN3" \ No newline at end of file diff --git a/42manito/src/pages/_app.tsx b/42manito/src/pages/_app.tsx index b85f71b0..78afe7b1 100644 --- a/42manito/src/pages/_app.tsx +++ b/42manito/src/pages/_app.tsx @@ -26,7 +26,7 @@ export default function App({ Component, pageProps }: AppProps) { function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); - gtag('config', '${process.env.NEXT_PUBLIC_GA_ID}}'); + gtag('config', '${process.env.NEXT_PUBLIC_GA_ID}'); `}