Skip to content

Commit 1e1cf0b

Browse files
authored
Merge pull request #54 from GulSam00/fix/redirect
fix : GA 스크립트 태그 수정. kr 도메인으로 변경
2 parents 9c0c3ea + 88bd36b commit 1e1cf0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/web/src/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ export default function RootLayout({
3939
<>
4040
{/* 구글 애널리틱스 */}
4141
<Script
42-
src="https://www.googletagmanager.com/gtag/js?id=G-G0D5K3CWNL"
42+
src="https://www.googletagmanager.com/gtag/js?id=G-3KPK2T7ZT7"
4343
strategy="afterInteractive"
4444
/>
4545
<Script id="google-analytics" strategy="afterInteractive">
4646
{`
4747
window.dataLayer = window.dataLayer || [];
4848
function gtag(){dataLayer.push(arguments);}
4949
gtag('js', new Date());
50-
gtag('config', 'G-G0D5K3CWNL');
50+
5151
gtag('config', 'G-3KPK2T7ZT7');
5252
`}
5353
</Script>

0 commit comments

Comments
 (0)