Ver Fonte

Parameterise socket preconnect (#1867)

Minh Nguyen há 4 anos atrás
pai
commit
93137c0bb2
1 ficheiros alterados com 1 adições e 1 exclusões
  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"
     />