File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- // Google Analytics measurement ID - not required
2- NEXT_PUBLIC_GA_MEASUREMENT_ID = " G-XXXXXXXXXX"
31// Google Tag Manager ID - not required
2+ // Used for Google Analytics and Adsense
43NEXT_PUBLIC_GTM_ID = " GTM-XXXXXXXX"
5- // Google Adsense publisher ID - not required
6- NEXT_PUBLIC_ADSENSE_PUBLISHER_ID = " pub-XXXXXXXXXXXXXXXX"
74// GitHub OAuth
85GITHUB_ID = XXXXXXXXXXXXXXXXXXXX
96GITHUB_SECRET = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ import "bootstrap/dist/css/bootstrap.css";
55import "bootstrap-icons/font/bootstrap-icons.css" ;
66import "katex/dist/katex.min.css" ;
77import "tippy.js/dist/tippy.css" ;
8- import Adsense from "../components/Adsense" ;
9- import Analytics from "../components/Analytics" ;
108import ErrorBoundary from "../components/ErrorBoundary" ;
119import { SessionProvider } from "next-auth/react" ;
1210import { useRouter } from "next/router" ;
@@ -115,8 +113,8 @@ export default function AwesomeArcadeExtensions({
115113 options = { { showSpinner : false } }
116114 />
117115 < GoogleTagManager id = { process . env . NEXT_PUBLIC_GTM_ID ! } />
118- < Analytics />
119- < Adsense />
116+ { /* <Analytics />*/ }
117+ { /* <Adsense />*/ }
120118 < GrowthBookProvider growthbook = { growthbook } >
121119 < SessionProvider session = { session } >
122120 < AnimatePresence
You can’t perform that action at this time.
0 commit comments