feat(Layout): Make ogImage an optional parameter
This commit is contained in:
parent
eeb3ccc656
commit
b697dead84
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ interface Props {
|
||||||
title: string;
|
title: string;
|
||||||
description: string;
|
description: string;
|
||||||
path?: string;
|
path?: string;
|
||||||
ogImage: string;
|
ogImage?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
const defaultTitle = siteConfig.title
|
const defaultTitle = siteConfig.title
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue