Skip to content

Commit

Permalink
Use the new CX hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
alexp-sssup committed Oct 2, 2024
1 parent 4b84396 commit cb1397e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@
async function loadCX()
{
// Find the latest build
var r = await fetch("https://cheerpxdemos.leaningtech.com/publicdeploy/LATEST.txt");
var r = await fetch("https://cxrtnc.leaningtech.com/LATEST.txt");
var url = await r.text();
url = url.trim();
var script = document.createElement('script');
Expand Down

0 comments on commit cb1397e

Please sign in to comment.