Skip to content

Commit

Permalink
deprecated site_name
Browse files Browse the repository at this point in the history
  • Loading branch information
garmeeh committed Oct 19, 2022
1 parent dd61207 commit 5416de6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,9 @@ export interface OpenGraph {
defaultImageWidth?: number;
locale?: string;
siteName?: string;
/**
* @deprecated use siteName instead. site_name will be removed in the next major version
*/
site_name?: string;
profile?: OpenGraphProfile;
book?: OpenGraphBook;
Expand Down

0 comments on commit 5416de6

Please sign in to comment.