fix(fs.dev): Incorrect OG image URLs
This commit is contained in:
parent
66b1f9ec7b
commit
bcfb919172
4 changed files with 6 additions and 6 deletions
|
@ -57,7 +57,7 @@ const BlogIndexPage = (props) => {
|
|||
<meta property="og:type" content="article" key='type' />
|
||||
<meta property="og:description" content="Content for developers and contributors alike. Strictly no sewing stuff" key='type' />
|
||||
<meta property="og:article:author" content='Joost De Cock' key='author' />
|
||||
<meta property="og:image" content="https://canary.backend.freesewing.org/en/dev/blog" key='image' />
|
||||
<meta property="og:image" content="https://canary.backend.freesewing.org/og-img/en/dev/blog" key='image' />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue