fix: point frontend WS to wss://excalidraw.forkless.com
Docker Build (ARM64) / Build & Push (push) Successful in 2m2s
Docker Build (ARM64) / Build & Push (push) Successful in 2m2s
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user