Skip to content

Commit

Permalink
Add site_name to open_graph type
Browse files Browse the repository at this point in the history
  • Loading branch information
wereHamster committed May 20, 2022
1 parent 41ef9c9 commit f1954e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ type Metadata = {
}[]
description?: string
determiner?: string
site_name?: string
locale: string
locale_alt: string
videos: {
Expand Down
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export type Metadata = {
}[]
description?: string
determiner?: string
site_name?: string
locale: string
locale_alt: string
videos: {
Expand Down

0 comments on commit f1954e0

Please sign in to comment.