mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-14 09:39:15 +00:00
adding secure
This commit is contained in:
@@ -39,6 +39,7 @@ const Index: FunctionalComponent<Props> = () => (
|
|||||||
<meta property="og:title" content="Squoosh" />
|
<meta property="og:title" content="Squoosh" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:image" content={ogImage} />
|
<meta property="og:image" content={ogImage} />
|
||||||
|
<meta property="og:image:secure" content={ogImage} />
|
||||||
<meta property="og:image:type" content="image/png" />
|
<meta property="og:image:type" content="image/png" />
|
||||||
<meta property="og:image:width" content="500" />
|
<meta property="og:image:width" content="500" />
|
||||||
<meta property="og:image:height" content="500" />
|
<meta property="og:image:height" content="500" />
|
||||||
|
|||||||
Reference in New Issue
Block a user