Skip to content

Commit

Permalink
Make page specific title and description optional
Browse files Browse the repository at this point in the history
  • Loading branch information
aaccioly committed Jun 26, 2024
1 parent d4ade61 commit c7605b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ export interface NoteHostNotionSlugConfig {
// Overrides site-level metadata
export interface NoteHostSiteConfigPageMetadata {
// <title>, 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
}

0 comments on commit c7605b4

Please sign in to comment.