Skip to content

Commit 56ab1c7

Browse files
committed
fix: /dist/CoCreate.js updated to https://CoCreate.app/dist/CoCreate.js
1 parent 9cd08e4 commit 56ab1c7

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
@@ -177,6 +177,6 @@ <h3 style="text-align: center">Parallax Demo</h3>
177177
</div>
178178

179179
<!--<script src="../dist/CoCreate-parallax.js"></script>-->
180-
<script src="/dist/CoCreate.js"></script>
180+
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
181181
</body>
182182
</html>

docs/index.html

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

361361
<script src="./apikey.js"></script>
362-
<script src="/dist/CoCreate.js"></script>
362+
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
363363
</body>
364364
</html>

0 commit comments

Comments
 (0)