You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by zk...@apache.org on 2022/10/17 03:00:12 UTC

[incubator-devlake-website] branch main updated: feat: add GA4 tracking

This is an automated email from the ASF dual-hosted git repository.

zky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


The following commit(s) were added to refs/heads/main by this push:
     new af5dc1a7a feat: add GA4 tracking
af5dc1a7a is described below

commit af5dc1a7a9b2aa52eff9ab7ca340117e7d8a3bae
Author: Startrekzky <ka...@merico.dev>
AuthorDate: Mon Oct 17 10:53:10 2022 +0800

    feat: add GA4 tracking
---
 docusaurus.config.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index ff48d2dea..247aebfec 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -45,6 +45,10 @@ const versions = require('./versions.json');
             }
           }
         },
+        gtag: {
+          trackingID: 'G-PKZLL38MQG',
+          anonymizeIP: true,
+        },
         blog: {
           showReadingTime: true,
           readingTime: ({ content, frontMatter, defaultReadingTime }) =>