This is an automated email from the ASF dual-hosted git repository. zhongjiajie pushed a commit to branch rm-outsiede-link in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
commit a10c7e61e78868c5366b2a77a14eaea1b252f10c Author: Jay Chung <[email protected]> AuthorDate: Thu Jan 18 10:16:52 2024 +0800 fix: Remove external resources related to https://whimsy.apache.org/site/project/dolphinscheduler --- public/index.html | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/public/index.html b/public/index.html index ae0ab8454d..9ffca753e4 100644 --- a/public/index.html +++ b/public/index.html @@ -44,19 +44,6 @@ To begin the development, run `npm start` or `yarn start`. To create a production bundle, use `npm run build` or `yarn build`. --> - <script> - var _hmt = _hmt || []; - (function () { - var hm = document.createElement("script"); - hm.src = "https://hm.baidu.com/hm.js?d6bc736fd9885d9a5dc938425ac062ad"; - var s = document.getElementsByTagName("script")[0]; - s.parentNode.insertBefore(hm, s); - })(); - </script> - <script - async - src="https://www.googletagmanager.com/gtag/js?id=G-899J8PYKJZ" - ></script> <script> window.dataLayer = window.dataLayer || []; function gtag() {
