Skip to content

Commit 42ff9b0

Browse files
committed
Edit GA ID
1 parent bceb509 commit 42ff9b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/client/views/index.pug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ html
6767
//- script(src='/external/react-dom.production.min.js?' + version)
6868
- var url = src=cdn + '/js/basic-' + version + '.js'
6969
script(src=url, type='module')
70-
script(async=true, src='https://www.googletagmanager.com/gtag/js?id=G-NT5W8GL31W')
70+
script(async=true, src='https://www.googletagmanager.com/gtag/js?id=G-0FRVEJZ2Z2')
7171
script.
7272
window.dataLayer = window.dataLayer || [];
7373
function gtag(){dataLayer.push(arguments);}
7474
gtag('js', new Date());
7575

76-
gtag('config', 'G-NT5W8GL31W');
76+
gtag('config', 'G-0FRVEJZ2Z2');

0 commit comments

Comments
 (0)