Skip to content

Commit

Permalink
update urls
Browse files Browse the repository at this point in the history
  • Loading branch information
634750802 committed Apr 2, 2024
1 parent b6d559c commit a128fb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/site-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pingcap-inc/tidb-community-site-components",
"version": "1.8.11",
"version": "1.8.12",
"description": "",
"scripts": {
"dev": "rollup -w -c rollup.config.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/site-components/src/utils/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ interface SiteConfig {
const siteConfig: Record<Site, SiteConfig> = {
[Site.accounts]: {
baseUrl: {
[Env.prod]: 'https://accounts.pingcap.com',
[Env.prod]: 'https://accounts.pingcap.cn',
[Env.preview]: 'https://accounts-preview.pingcap.cn',
[Env.local]: 'https://accounts-preview.pingcap.cn'
},
Expand Down

0 comments on commit a128fb7

Please sign in to comment.