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:
Sadika Sumanapala 2016-10-29 01:24:33 -07:00 committed by Facebook Github Bot
parent afe1619eb8
commit 93ed185c3d

View File

@ -51,7 +51,7 @@ var Site = React.createClass({
},
{
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",