This is an automated email from the ASF dual-hosted git repository.
urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 6122807f123 fix ga configuration
6122807f123 is described below
commit 6122807f1235330d91a3ed38a95c39764131ca53
Author: Li Li <[email protected]>
AuthorDate: Wed May 11 13:30:02 2022 +0800
fix ga configuration
Signed-off-by: Li Li <[email protected]>
---
site2/website-next/docusaurus.config.js | 2 --
1 file changed, 2 deletions(-)
diff --git a/site2/website-next/docusaurus.config.js
b/site2/website-next/docusaurus.config.js
index 793a1d7d44d..cea97977706 100644
--- a/site2/website-next/docusaurus.config.js
+++ b/site2/website-next/docusaurus.config.js
@@ -375,8 +375,6 @@ module.exports = {
theme: {
customCss: require.resolve("./src/css/custom.css"),
},
- },
- {
googleAnalytics: {
trackingID: "UA-102219959-1",
},