diff --git a/src/types.ts b/src/types.ts index 3d7c1f8..0a8628b 100644 --- a/src/types.ts +++ b/src/types.ts @@ -23,6 +23,7 @@ export type Metadata = { favicon?: string; author?: string; theme_color?: string; + canonical_url?: string; oEmbed?: { type: "photo" | "video" | "link" | "rich"; width?: number;