Sfoglia il codice sorgente

chore: update Google Analytics measurement ID to bitforum (G-L5YRJH63YE)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
jino 16 ore fa
parent
commit
fd7ec9e3fa
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      app/layout.tsx

+ 2 - 2
app/layout.tsx

@@ -100,13 +100,13 @@ export default async function RootLayout({
         <html lang="ko" suppressHydrationWarning>
             <head>
                 <link rel="manifest" href="/manifest.json" />
-                <Script src="https://www.googletagmanager.com/gtag/js?id=G-DY6YFW4CTM" strategy="afterInteractive" />
+                <Script src="https://www.googletagmanager.com/gtag/js?id=G-L5YRJH63YE" strategy="afterInteractive" />
                 <Script id="gtag-init" strategy="afterInteractive">
                     {`
                         window.dataLayer = window.dataLayer || [];
                         function gtag(){dataLayer.push(arguments);}
                         gtag('js', new Date());
-                        gtag('config', 'G-DY6YFW4CTM');
+                        gtag('config', 'G-L5YRJH63YE');
                     `}
                 </Script>
             </head>