|
@@ -19,7 +19,7 @@
|
19
|
19
|
name="description"
|
20
|
20
|
content="Excalidraw is a whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them."
|
21
|
21
|
/>
|
22
|
|
- <meta name="image" content="https://excalidraw.com/og-image.png" />
|
|
22
|
+ <meta name="image" content="%PUBLIC_URL%/og-image.png" />
|
23
|
23
|
|
24
|
24
|
<!-- OpenGraph tags -->
|
25
|
25
|
<meta property="og:url" content="https://excalidraw.com" />
|
|
@@ -33,7 +33,7 @@
|
33
|
33
|
<meta
|
34
|
34
|
property="og:image"
|
35
|
35
|
name="twitter:image"
|
36
|
|
- content="https://excalidraw.com/og-image.png"
|
|
36
|
+ content="%PUBLIC_URL%/og-image.png"
|
37
|
37
|
/>
|
38
|
38
|
<meta property="og:image:width" content="1280" />
|
39
|
39
|
<meta property="og:image:height" content="669" />
|
|
@@ -45,9 +45,13 @@
|
45
|
45
|
name="twitter:description"
|
46
|
46
|
content="Excalidraw is a whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them."
|
47
|
47
|
/>
|
48
|
|
- <meta name="twitter:image" content="https://excalidraw.com/og-image.png" />
|
|
48
|
+ <meta name="twitter:image" content="%PUBLIC_URL%/og-image.png" />
|
49
|
49
|
|
50
|
|
- <link rel="icon" href="%PUBLIC_URL%/logo.png" />
|
|
50
|
+ <link
|
|
51
|
+ rel="shortcut icon"
|
|
52
|
+ href="%PUBLIC_URL%/favicon.ico"
|
|
53
|
+ type="image/x-icon"
|
|
54
|
+ />
|
51
|
55
|
<link rel="stylesheet" href="%PUBLIC_URL%/fonts.css" />
|
52
|
56
|
<link
|
53
|
57
|
rel="preload"
|