You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ji...@apache.org on 2022/07/20 17:01:14 UTC

[doris-website] branch master updated: [fix] use plugin-google-gtag (#12)

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

jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 7066529e48 [fix] use plugin-google-gtag (#12)
7066529e48 is described below

commit 7066529e48f2ccf8410af00aedc82fb8290bdb34
Author: jeffrey <co...@gmail.com>
AuthorDate: Thu Jul 21 01:01:09 2022 +0800

    [fix] use plugin-google-gtag (#12)
    
    Google Analytics 4 need to using plugin-google-gtag
---
 docusaurus.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 35c9d7456d..888d754fc7 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -82,7 +82,7 @@ const config = {
                 theme: {
                     customCss: require.resolve('./src/scss/custom.scss'),
                 },
-                googleAnalytics: {
+                gtag: {
                     trackingID: 'G-DT7W9E9722',
                     anonymizeIP: true,
                 },


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org