We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c0491 commit 1b46928Copy full SHA for 1b46928
1 file changed
src/remix/metadata.ts
@@ -58,7 +58,7 @@ export interface MetaData {
58
* The image of the page.
59
* this generates the og:image meta tag.
60
*/
61
- image: string
+ image?: string
62
/**
63
* The site name of the page.
64
* this generates the og:site_name meta tag.
0 commit comments