[questions][chore] add google analytics id (#498)

* [questions][chore] add google analytics id

* [questions][fix] remove comment
This commit is contained in:
Jeff Sieu
2022-11-04 19:07:10 +08:00
committed by GitHub
parent 5e943047e2
commit ed4b438d33

View File

@@ -8,8 +8,7 @@ const navigation: ProductNavigationItems = [
];
const config = {
// TODO: Change this to your own GA4 measurement ID.
googleAnalyticsMeasurementID: 'G-DBLZDQ2ZZN',
googleAnalyticsMeasurementID: 'G-0T4LYWMK8L',
logo: (
<img alt="Questions Bank" className="h-8 w-auto" src="/bank-logo.png" />
),