Skip to content

Commit

Permalink
fix: /dist/CoCreate.js updated to https://CoCreate.app/dist/CoCreate.js
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Aug 21, 2023
1 parent 2ca0e55 commit 8ba0e1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,6 @@
</form>
</div>

<script src="/dist/CoCreate.js"></script>
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
</body>
</html>
4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
</div>

<!--CoCreateJS -->
<!--<script src="/dist/CoCreate.js" ></script>-->
<script src="/dist/CoCreate.js"></script>
<!--<script src="https://CoCreate.app/dist/CoCreate.js" ></script>-->
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,6 @@ <h2 class="padding:5px_0px">Demo</h2>
</main>

<script src="./apikey.js"></script>
<script src="/dist/CoCreate.js"></script>
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
</body>
</html>

0 comments on commit 8ba0e1b

Please sign in to comment.