diff --git a/examples/todo/index.html b/examples/todo/index.html index 7d1dc18..274cbd9 100644 --- a/examples/todo/index.html +++ b/examples/todo/index.html @@ -49,8 +49,8 @@ --> - - + + diff --git a/examples/todo/js/app.js b/examples/todo/js/app.js index f14b9a6..07d10b5 100644 --- a/examples/todo/js/app.js +++ b/examples/todo/js/app.js @@ -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') ]);