This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch new-site-dev
in repository https://gitbox.apache.org/repos/asf/pinot-site.git
The following commit(s) were added to refs/heads/new-site-dev by this push:
new 05a18ac4 adding google analytics
05a18ac4 is described below
commit 05a18ac4cbc249c06cf9c4d8f4819e30dfb147c7
Author: Xiang Fu <[email protected]>
AuthorDate: Wed Dec 31 23:54:58 2025 -0800
adding google analytics
---
data/siteMetadata.js | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/data/siteMetadata.js b/data/siteMetadata.js
index 79800c15..f62ff638 100644
--- a/data/siteMetadata.js
+++ b/data/siteMetadata.js
@@ -55,10 +55,10 @@ const siteMetadata = {
// posthogAnalytics: {
// posthogProjectApiKey: '' // e.g.
123e4567-e89b-12d3-a456-426614174000
// },
- // googleAnalytics: {
- // googleAnalyticsId: process.env.NEXT_PUBLIC_GOOGLE_ANALYTICS // e.g.
G-XXXXXXX
- // googleAnalyticsId: 'G-ZXG79NJEBY'
- // }
+ googleAnalytics: {
+ // googleAnalyticsId: process.env.NEXT_PUBLIC_GOOGLE_ANALYTICS //
e.g. G-XXXXXXX
+ googleAnalyticsId: 'G-ZXG79NJEBY'
+ }
},
newsletter: {
// It supports mailchimp, buttondown, convertkit, klaviyo, revue,
emailoctopus
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]