1
0
Fork 0

chore(freesewing.dev): Layout composition changes

This commit is contained in:
Joost De Cock 2022-05-11 17:41:24 +02:00
parent 08e395cd58
commit e4a61c6502
8 changed files with 256 additions and 96 deletions

View file

@ -23,7 +23,7 @@ const MdxPage = props => {
* active state
*/
return (
<Page app={app} {...props.page} layout="docs">
<Page app={app} {...props.page}>
<Head>
<meta property="og:title" content={props.page.title} key="title" />
<meta property="og:type" content="article" key='type' />