Skip to content

Commit f92d3b1

Browse files
committed
fix(public): change og height and image to ratio 2:1
1 parent 42d87d2 commit f92d3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<meta property="og:image" content="/assets/images/og-scs.jpg" />
2222
<meta property="og:image:type" content="image/jpeg" />
2323
<meta property="og:image:width" content="400" />
24-
<meta property="og:image:height" content="300" />
24+
<meta property="og:image:height" content="210" />
2525
<meta property="og:image:alt" content="Super Comic Slicer" />
2626
<meta property="og:url" content="https://supercomicslicer.netlify.app/" />
2727
<meta property="twitter:creator" content="@spectredox" />

0 commit comments

Comments
 (0)