Adjust links for mixed-content issues.

This commit is contained in:
2025-11-01 11:36:36 +10:00
parent fcc11fdc18
commit 21bf301629
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ let focusing = {};
window.addEventListener("DOMContentLoaded", () => {
importStyles();
const websocket = new ReconnectingWebSocket("ws://adamwalsh.name:9525");
const websocket = new ReconnectingWebSocket("wss://croccyfocus.thewisewolf.dev/ws");
setInterval(updateTimers, 1000);
communicate(websocket);
});