Skip to content
Discussion options

You must be logged in to vote

The link to OG in the website deployed on github.io is

<meta property="og:image" content="ariewjy.github.io/posts/007-quarto-python-tutorial/images/image0.jpg">

This will be interpreted in your tool https://www.opengraph.xyz/url/https%3A%2F%2Fariewjy.github.io%2Fposts%2F007-quarto-python-tutorial%2F by this wrong url (see on the left of you screenshot the image link parsed)

https://ariewjy.github.ioariewjy.github.io/posts/007-quarto-python-tutorial/images/image0.jpg

I guess we build the link based on

  site-url: ariewjy.github.io
  site-path: "https://ariewjy.github.io/"

From our doc note that you don't need site-path unless you have a non root site

So just change it to

  site-url: http…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ariewjy
Comment options

Answer selected by ariewjy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
websites Issues creating websites publishing-github
2 participants