Skip to content

Commit

Permalink
Deploy preview for PR 19 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjrw committed Oct 9, 2024
1 parent 2e0385a commit 231f254
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pr-preview/pr-19/scp-head/controller-v0.html
Original file line number Diff line number Diff line change
Expand Up @@ -407,10 +407,13 @@
"#" +
snapshotToSize(snapshot) +
"/" +
location.href.replace(/^.*\//, "/");
location.href.replace(/^.*\//, "/").replace(/^\/+/, "");
});

this.queue.shift();

await new Promise((resolve) => setTimeout(resolve, 300));

this.preloadNext();
});
}
Expand Down

0 comments on commit 231f254

Please sign in to comment.