diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 75cc79c..1f67366 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -435,8 +435,7 @@ function App(): JSX.Element { return } - const protocol = window.location.protocol === 'https:' ? 'wss:' : 'ws:' - const wsUrl = `${protocol}//${window.location.host}` + const wsUrl = 'wss://excalidraw.forkless.com' websocketRef.current = new WebSocket(wsUrl)