Skip to content

Commit 1d8af47

Browse files
committed
fix: /dist/CoCreate.js updated to https://CoCreate.app/dist/CoCreate.js
1 parent dc6c59e commit 1d8af47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
</head>
1919
<body>
2020
<!--<script src="../dist/CoCreate-utils.js"></script>-->
21-
<script src="/dist/CoCreate.js"></script>
21+
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
2222
</body>
2323
</html>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,6 @@ <h2 class="padding:5px_0px">Demo</h2>
356356
</button>
357357
</main>
358358
<script src="./apikey.js"></script>
359-
<script src="/dist/CoCreate.js"></script>
359+
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
360360
</body>
361361
</html>

0 commit comments

Comments
 (0)