Skip to content

Commit 1b46928

Browse files
committed
image is still optional
1 parent 46c0491 commit 1b46928

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/remix/metadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export interface MetaData {
5858
* The image of the page.
5959
* this generates the og:image meta tag.
6060
*/
61-
image: string
61+
image?: string
6262
/**
6363
* The site name of the page.
6464
* this generates the og:site_name meta tag.

0 commit comments

Comments
 (0)