|
|
@@ -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>
|