-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CP-280 feat: add baidu statistics script (#298)
- Loading branch information
Showing
1 changed file
with
17 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,23 @@ | ||
<!DOCTYPE html> | ||
<html lang='en'> | ||
<html lang="en"> | ||
<head> | ||
<meta charset='UTF-8' /> | ||
<meta name='viewport' content='width=device-width, initial-scale=1.0' /> | ||
<link rel="shortcut icon" href='/static/pingcap_sso/img/favicon.png' /> | ||
<title id='default-title'>PingCAP Account</title> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link rel="shortcut icon" href="/static/pingcap_sso/img/favicon.png" /> | ||
<script> | ||
var _hmt = _hmt || []; | ||
(function () { | ||
var hm = document.createElement('script'); | ||
hm.src = 'https://hm.baidu.com/hm.js?2321846dd5ff3a4f0ffeef2e2a25e218'; | ||
var s = document.getElementsByTagName('script')[0]; | ||
s.parentNode.insertBefore(hm, s); | ||
})(); | ||
</script> | ||
<title id="default-title">PingCAP Account</title> | ||
</head> | ||
<body> | ||
<div id='app' class='tidb-community-ui'></div> | ||
<script type='module' src='/src/main.jsx'></script> | ||
<script src='https://www.recaptcha.net/recaptcha/api.js?render=<%- RE_CAPTCHA_SITE_KEY %>'></script> | ||
<div id="app" class="tidb-community-ui"></div> | ||
<script type="module" src="/src/main.jsx"></script> | ||
<script src="https://www.recaptcha.net/recaptcha/api.js?render=<%- RE_CAPTCHA_SITE_KEY %>"></script> | ||
</body> | ||
</html> |
5652aed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
tug-website – ./
tug-website.vercel.app
tug-website-git-main-tidb-community.vercel.app
tug-website-tidb-community.vercel.app