Skip to content

Commit

Permalink
Use github.io versions of resources to use latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
robtweed committed Aug 9, 2023
1 parent 54c12f4 commit 815970d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/todo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
-->

<script defer type="module" src="https://cdn.jsdelivr.net/gh/robtweed/golgi/src/golgi.min.js"></script>
<script defer type="module" src="https://cdn.jsdelivr.net/gh/robtweed/DPP/src/dpp.min.js"></script>
<script defer type="module" src="https://robtweed.github.io/golgi/src/golgi.min.js"></script>
<script defer type="module" src="https://robtweed.github.iod/DPP/src/dpp.min.js"></script>
<script defer type="module" src="https://robtweed.github.io/QOper8/src/QOper8.min.js"></script>
<script async type="module" src="js/assemblies/root.js"></script>
<script async type="module" src="js/components/todo/todo-root.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions examples/todo/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// load resources in parallel

const [{golgi}, {DPP}, {QOper8}] = await Promise.all([
import('https://cdn.jsdelivr.net/gh/robtweed/golgi/src/golgi.min.js'),
import('https://cdn.jsdelivr.net/gh/robtweed/DPP/src/dpp.min.js'),
import('https://robtweed.github.io/golgi/src/golgi.min.js'),
import('https://robtweed.github.io/DPP/src/dpp.min.js'),
import('https://robtweed.github.io/QOper8/src/QOper8.min.js')
]);

Expand Down

0 comments on commit 815970d

Please sign in to comment.