Skip to content

Commit faa086f

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/index.html

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

368368
<script src="./apikey.js"></script>
369-
<script src="/dist/CoCreate.js"></script>
369+
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
370370
</body>
371371
</html>

src/dashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,6 @@ <h2>$500</h2>
245245
<!-- saveFetch -->
246246

247247
<!-- CoCreateJS -->
248-
<script src="/dist/CoCreate.js"></script>
248+
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
249249
</body>
250250
</html>

0 commit comments

Comments
 (0)