fix: point frontend WS to wss://excalidraw.forkless.com
Docker Build (ARM64) / Build & Push (push) Successful in 2m2s

This commit is contained in:
2026-06-24 18:18:19 +02:00
parent a4a1b03215
commit 4dceeb2e7f
+1 -2
View File
@@ -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)