diff --git a/src/types.ts b/src/types.ts index f36bae5..906172c 100644 --- a/src/types.ts +++ b/src/types.ts @@ -75,9 +75,9 @@ export interface NoteHostNotionSlugConfig { // Overrides site-level metadata export interface NoteHostSiteConfigPageMetadata { // , og:title and twitter:title - title: string + title?: string // description, og:description and twitter:description - description: string + description?: string // og:image and twitter:image image?: string } \ No newline at end of file