mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-14 09:32:22 +00:00
Deploying to gh-pages from @ eed21b522e 🚀
This commit is contained in:
parent
91d5fe9f0d
commit
386bf143b5
2 changed files with 11 additions and 50 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue