Browse Source

Adding preconnect for the socket (#1075)

* Update index.html

* fix formatting
wei 5 years ago
parent
commit
c67b0c59c2
1 changed files with 5 additions and 0 deletions
  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