Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update index.html path
Browse files Browse the repository at this point in the history
alindas authored Nov 7, 2023
1 parent f2a8e48 commit 16cc428
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
@@ -6,9 +6,9 @@
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
/>
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<link rel="stylesheet" href="/antd.chunk.css" />
<link rel="stylesheet" href="/umi.css" />
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
<link rel="stylesheet" href="./antd.chunk.css" />
<link rel="stylesheet" href="./umi.css" />
<script>
window.routerBase = "/";
</script>
@@ -19,10 +19,10 @@
<body>
<div id="root"></div>

<script src="/lodash.js"></script>
<script src="/antd.js"></script>
<script src="/three.js"></script>
<script src="/vendors.js"></script>
<script src="/umi.js"></script>
<script src="./lodash.js"></script>
<script src="./antd.js"></script>
<script src="./three.js"></script>
<script src="./vendors.js"></script>
<script src="./umi.js"></script>
</body>
</html>

0 comments on commit 16cc428

Please sign in to comment.