Selaa lähdekoodia

Parameterise socket preconnect (#1867)

Minh Nguyen 5 vuotta sitten
vanhempi
commit
93137c0bb2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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"
     />