preconnect to cdn.skypack.dev

This commit is contained in:
2021-11-18 09:53:15 -05:00
parent 9153a23a35
commit 09e562c93e
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ if (window.WebSocket) {
// give up after 15 seconds (this also is rendered behind the VNC display in case it crashes and goes poof)
setTimeout(() => {
cmd.textContent = "Oh dear, it looks like something went very wrong. :(\n\nTry again in a bit.\n\n\nPress the Any key to continue.";
cmd.textContent = "Oh dear, it looks like something went very wrong. :(\n\nRefresh or try again in a bit.\n\n\nPress the Any key to continue.";
}, 15000);
} else {
// browser doesn't support websockets