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

jongyoul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin-site.git


The following commit(s) were added to refs/heads/master by this push:
     new d378ff635 Remove wrong analytics configuration
d378ff635 is described below

commit d378ff635a41803990a785ac9024234377ba25cb
Author: Jongyoul Lee <jongy...@gmail.com>
AuthorDate: Mon Mar 4 23:54:19 2024 +0900

    Remove wrong analytics configuration
---
 _config.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/_config.yml b/_config.yml
index 8741b99ad..6c25d7291 100644
--- a/_config.yml
+++ b/_config.yml
@@ -109,8 +109,9 @@ JB :
   # Set 'provider' to false to turn analytics off globally.
   #        
   analytics :
-    provider : google_universal
-    google_classic : 
+    provider: false
+    # provider : google_universal
+    google_classic :
         tracking_id : 'UA-45176241-2'
     google_universal : 
         tracking_id : 'UA-45176241-5'

Reply via email to