mirror of
https://github.com/status-im/react-native.git
synced 2025-02-10 16:36:25 +00:00
Use HTTPS in the OG image on the website
Summary: Use https instead of http Closes https://github.com/facebook/react-native/pull/10619 Differential Revision: D4100991 fbshipit-source-id: 200f3df3b02db36182fc176f2d654ba780d121e3
This commit is contained in:
parent
afe1619eb8
commit
93ed185c3d
@ -51,7 +51,7 @@ var Site = React.createClass({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
property: "og:image",
|
property: "og:image",
|
||||||
content: this.props.image ? this.props.image : "http://facebook.github.io/react-native/img/opengraph.png",
|
content: this.props.image ? this.props.image : "https://facebook.github.io/react-native/img/opengraph.png",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
property: "og:description",
|
property: "og:description",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user