Use same gtag as website (#1431)

## Description

Follow Google recommendations for single gtags

## Type of change

- [x] 🗺️ Documentation
This commit is contained in:
Niraj Tolia 2022-11-03 00:19:15 -07:00 committed by GitHub
parent f69284acea
commit 2ad9eb531c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ const config = {
},
blog: false,
gtag: {
trackingID: 'G-4EXT1PY6KC',
trackingID: 'G-YXBFPQZ05N',
},
theme: {
customCss: require.resolve('./src/css/custom.scss'),