Skip to content

Commit 46644ff

Browse files
committed
update site
1 parent 755517e commit 46644ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

site/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
}
2020
</style>
2121
<script>
22+
if (location.host === 'ant-design-vue.gitee.io' || location.host === 'vue.ant.design') {
23+
location.replace(location.href.replace(location.host, 'www.antdv.com'));
24+
}
2225
var _hmt = _hmt || [];
2326
var srcMap = {
2427
'ant-design-vue.gitee.io': 'https://hm.baidu.com/hm.js?1e30265f06f76fabfcdb7ed272017441',

0 commit comments

Comments
 (0)