You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ni...@apache.org on 2023/03/10 05:29:21 UTC

[incubator-seatunnel-website] branch main updated: Update docusaurus.config.js (#211)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 820473b2ab Update docusaurus.config.js (#211)
820473b2ab is described below

commit 820473b2abe0788a9f09947126ca1d26347e6d6d
Author: lifeng <53...@users.noreply.github.com>
AuthorDate: Fri Mar 10 13:29:16 2023 +0800

    Update docusaurus.config.js (#211)
---
 docusaurus.config.js | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index ea1adb37b6..82a700b5fe 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -287,9 +287,6 @@ const config = {
             },
         ],
     ],
-    scripts: [
-        {src: 'https://hm.baidu.com/hm.js?33a9aab233e1082f91e4e347ad716701', async: true}
-    ]
 };
 
 module.exports = config;