We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bceb509 commit 42ff9b0Copy full SHA for 42ff9b0
src/client/views/index.pug
@@ -67,10 +67,10 @@ html
67
//- script(src='/external/react-dom.production.min.js?' + version)
68
- var url = src=cdn + '/js/basic-' + version + '.js'
69
script(src=url, type='module')
70
- script(async=true, src='https://www.googletagmanager.com/gtag/js?id=G-NT5W8GL31W')
+ script(async=true, src='https://www.googletagmanager.com/gtag/js?id=G-0FRVEJZ2Z2')
71
script.
72
window.dataLayer = window.dataLayer || [];
73
function gtag(){dataLayer.push(arguments);}
74
gtag('js', new Date());
75
76
- gtag('config', 'G-NT5W8GL31W');
+ gtag('config', 'G-0FRVEJZ2Z2');
0 commit comments