Explorar el Código

Parameterise socket preconnect (#1867)

Minh Nguyen hace 5 años
padre
commit
93137c0bb2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"
     />