Skip to content

Commit

Permalink
Added canonical_url to types.ts (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-ismael committed Apr 1, 2023
1 parent 47d2baa commit 58c8403
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Expand Up @@ -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;
Expand Down

0 comments on commit 58c8403

Please sign in to comment.