mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Adding preconnect for the socket (#1075)
* Update index.html * fix formatting
This commit is contained in:
parent
efa8b95c52
commit
c67b0c59c2
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue