Skip to content

Commit

Permalink
feat: add meta tag author schema (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuji44 committed Jul 27, 2021
1 parent 9320aa1 commit 5d367d8
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 @@ -42,6 +42,7 @@ type Metadata = {
description?: string
keywords?: string[]
favicon?: string
author?: string
oEmbed?: {
type: 'photo' | 'video' | 'link' | 'rich'
version?: string
Expand Down
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export type Metadata = {
description?: string
keywords?: string[]
favicon?: string
author?: string
oEmbed?: {
type: 'photo' | 'video' | 'link' | 'rich'
version?: string
Expand Down

0 comments on commit 5d367d8

Please sign in to comment.