Deploying to gh-pages from @ eed21b522e 🚀

This commit is contained in:
Lemmih 2020-08-21 07:47:53 +00:00
commit 386bf143b5
2 changed files with 11 additions and 50 deletions

View file

@ -23,7 +23,7 @@ function playgroundInit(elt) {
const nth = parseInt(lines[1]);
const url = lines[2];
frames[nth] = new Image();
frames[nth].src = "http://"+backend+":10162/"+url;
frames[nth].src = "https://reanimate.clozecards.com/"+url;
}
app.ports.receiveSocketMsg.send({
name: wat.name,