Browse Source

Parameterise socket preconnect (#1867)

Minh Nguyen 4 years ago
parent
commit
93137c0bb2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/index.html

+ 1 - 1
public/index.html

@@ -79,7 +79,7 @@
     />
 
     <link
-      href="https://excalidraw-socket.herokuapp.com/socket.io"
+      href="%REACT_APP_SOCKET_SERVER_URL%/socket.io"
       rel="preconnect"
       crossorigin="anonymous"
     />