Skip to content

Commit cbca62b

Browse files
authored
Separated the Apple touch icon and the Open graph image assets (#1077)
Open graph image standard size is 1200x630 pixels, so this needs to be a separate image. This is not supposed to be just a square logo. This was somehow broken in the following unrelated PR (a stray change?) https://github.com/Cloud-Pipelines/pipeline-studio-app/pull/261/files#diff-0eb547304658805aad788d320f10bf1f292797b5e6d745a3bf617584da017051R12
1 parent 12e480c commit cbca62b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<!-- <link rel="icon" href="/favicon.ico" /> -->
6+
<link rel="icon" href="/favicon.ico" />
77
<meta name="theme-color" content="#000000" />
88
<meta
99
name="description"
1010
content="Pipeline Editor is a web app that allows the users to build and run Machine Learning pipelines using drag and drop without having to set up development environment."
1111
/>
12-
<meta name="og:image" content="/beach.png" />
13-
<link rel="apple-touch-icon" href="/beach.png" />
12+
<meta name="og:image" content="/site_preview_1200x630.png" />
13+
<link rel="apple-touch-icon" href="/logo512.png" />
1414
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials" />
1515
<title>Oasis - Pipeline editor</title>
1616
<link
File renamed without changes.

public/site_preview_1200x630.png

22 KB
Loading

0 commit comments

Comments
 (0)