Skip to content

Commit f541db3

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

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
@@ -360,6 +360,6 @@ <h1 class="text-align:center padding-bottom:20px">
360360
</ul>
361361
</div>
362362

363-
<script src="/dist/CoCreate.js"></script>
363+
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
364364
</body>
365365
</html>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,6 @@ <h2 class="padding:5px_0px">Demo</h2>
434434
</main>
435435

436436
<script src="./apikey.js"></script>
437-
<script src="/dist/CoCreate.js"></script>
437+
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
438438
</body>
439439
</html>

0 commit comments

Comments
 (0)