Adding preconnect for the socket (#1075)
* Update index.html * fix formatting
This commit is contained in:
parent
efa8b95c52
commit
c67b0c59c2
@ -78,6 +78,11 @@
|
|||||||
type="font/ttf"
|
type="font/ttf"
|
||||||
crossorigin="anonymous"
|
crossorigin="anonymous"
|
||||||
/>
|
/>
|
||||||
|
<link
|
||||||
|
href="https://excalidraw-socket.herokuapp.com/socket.io"
|
||||||
|
rel="preconnect"
|
||||||
|
crossorigin="anonymous"
|
||||||
|
/>
|
||||||
|
|
||||||
<link rel="manifest" href="manifest.json" />
|
<link rel="manifest" href="manifest.json" />
|
||||||
<link
|
<link
|
||||||
|
Loading…
x
Reference in New Issue
Block a user