We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c0c3ea + 88bd36b commit 1e1cf0bCopy full SHA for 1e1cf0b
1 file changed
apps/web/src/app/layout.tsx
@@ -39,15 +39,15 @@ export default function RootLayout({
39
<>
40
{/* 구글 애널리틱스 */}
41
<Script
42
- src="https://www.googletagmanager.com/gtag/js?id=G-G0D5K3CWNL"
+ src="https://www.googletagmanager.com/gtag/js?id=G-3KPK2T7ZT7"
43
strategy="afterInteractive"
44
/>
45
<Script id="google-analytics" strategy="afterInteractive">
46
{`
47
window.dataLayer = window.dataLayer || [];
48
function gtag(){dataLayer.push(arguments);}
49
gtag('js', new Date());
50
- gtag('config', 'G-G0D5K3CWNL');
+
51
gtag('config', 'G-3KPK2T7ZT7');
52
`}
53
</Script>
0 commit comments