URL for open graph tag incorrect
-
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">
-
N nebulon marked this topic as a question on
-
Looking through the code it seems we have to set some env variable for this as the urls are produced via https://github.com/lukevella/rallly/blob/main/src/utils/absolute-url.ts#L7
@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.
-
@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.
-
@andreasdueren this is suggested in https://github.com/lukevella/rallly/blob/2c4157ea244a5eee05f25690346a9d6261d5c574/sample.env#L1 atleast. Looks like a packaging issue.
-
This got fixed upstream in https://github.com/lukevella/rallly/issues/378 and Cloudron package will pick this up in the coming release.
-
N nebulon has marked this topic as solved on
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login