fix(fs.dev): Key of OG on index page
This commit is contained in:
parent
68d8ae12c1
commit
153907a007
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ const HomePage = (props) => {
|
|||
<Head>
|
||||
<meta property="og:title" content="FreeSewing.dev" key="title" />
|
||||
<meta property="og:type" content="article" key='type' />
|
||||
<meta property="og:description" content="Documentation and tutorials for FreeSewing developers and contributors. Plus our Developers Blog" key='type' />
|
||||
<meta property="og:description" content="Documentation and tutorials for FreeSewing developers and contributors. Plus our Developers Blog" key='description' />
|
||||
<meta property="og:article:author" content='Joost De Cock' key='author' />
|
||||
<meta property="og:image" content="https://canary.backend.freesewing.org/og-img/en/dev/" key='image' />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue