소스 검색

Adding preconnect for the socket (#1075)

* Update index.html

* fix formatting
wei 5 년 전
부모
커밋
c67b0c59c2
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      public/index.html

+ 5 - 0
public/index.html

@@ -78,6 +78,11 @@
       type="font/ttf"
       crossorigin="anonymous"
     />
+    <link
+      href="https://excalidraw-socket.herokuapp.com/socket.io"
+      rel="preconnect"
+      crossorigin="anonymous"
+    />
 
     <link rel="manifest" href="manifest.json" />
     <link