mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 03:22:59 +08:00
chore: Move preview res to cdn (#23408)
This commit is contained in:
parent
43bc7196ea
commit
40afa44673
@ -10,7 +10,7 @@
|
|||||||
<script>
|
<script>
|
||||||
// [Replacement]
|
// [Replacement]
|
||||||
</script>
|
</script>
|
||||||
<link rel="stylesheet" href="/umi.css" />
|
<link rel="stylesheet" href="https://gw.alipayobjects.com/os/antfincdn/D%26mOUxWCLS/umi.css" />
|
||||||
<script>
|
<script>
|
||||||
window.routerBase = '/';
|
window.routerBase = '/';
|
||||||
</script>
|
</script>
|
||||||
@ -21,6 +21,6 @@
|
|||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|
||||||
<script src="/umi.js"></script>
|
<script src="https://gw.alipayobjects.com/os/antfincdn/3PY3ssnNfc/umi.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user