From 58c8403d8a5825110c114bba54d96e731870df0a Mon Sep 17 00:00:00 2001 From: Adam Ismael <51411407+adam-ismael@users.noreply.github.com> Date: Sat, 1 Apr 2023 07:39:27 -0400 Subject: [PATCH] Added canonical_url to types.ts (#107) --- src/types.ts | 1 + 1 file changed, 1 insertion(+) 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;