Browse Source

Adding preconnect for the socket (#1075)

* Update index.html

* fix formatting
pull/1179/head
wei 6 years ago committed by GitHub
parent
commit
c67b0c59c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      public/index.html

5
public/index.html

@ -78,6 +78,11 @@ @@ -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

Loading…
Cancel
Save