update from Google Analytics to Google Tag Manager (#2288)

## Description

reconfigures to use google tag manager rather than direct to Google Analytics. 

## Does this PR need a docs update or release note?

- [ ]  Yes, it's included
- [ ] 🕐 Yes, but in a later PR
- [ ]  No 

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [ ] 🌻 Feature
- [ ] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Test
- [ ] 💻 CI/Deployment
- [ ] 🧹 Tech Debt/Cleanup

## Issue(s)

<!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. -->
* #<issue>

## Test Plan

<!-- How will this be tested prior to merging.-->
- [ ] 💪 Manual
- [ ]  Unit test
- [ ] 💚 E2E
This commit is contained in:
Nočnica Mellifera 2023-01-27 10:51:26 -08:00 committed by GitHub
parent f69dfc14e2
commit 2aaaa7a1cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ const config = {
filename: 'sitemap.xml',
},
gtag: {
trackingID: 'G-YXBFPQZ05N',
trackingID: 'GTM-KM3XWPV',
},
theme: {
customCss: require.resolve('./src/css/custom.scss'),