URL for open graph tag incorrect
Solved
Rallly
-
Currently the URL and image URL for the OG Tag are incorrect and therefore won't load.
is:
<meta property="og:url" content="http://localhost:3000"> <meta property="og:type" content="website"> <meta property="og:image" content="http://localhost:3000/og-image-1200.png">
should be:
<meta property="og:url" content="https://tld.url"> <meta property="og:type" content="website"> <meta property="og:image" content="/og-image-1200.png">
-
-
@nebulon Thats strange since that is not a suggested env and it's properly rendered on the rallly.co website. I opened a github issue.
-
@andreasdueren this is suggested in https://github.com/lukevella/rallly/blob/2c4157ea244a5eee05f25690346a9d6261d5c574/sample.env#L1 atleast. Looks like a packaging issue.
-