瀏覽代碼

Parameterise socket preconnect (#1867)

Minh Nguyen 4 年之前
父節點
當前提交
93137c0bb2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"
     />