Skip to content

Commit

Permalink
Add keywords to meta name
Browse files Browse the repository at this point in the history
  • Loading branch information
begmohammadharoon committed Dec 8, 2022
1 parent 90592af commit 5df1205
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/schema/src/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export type MetaNames =
'content-type' |
'default-style' |
'x-ua-compatible' |
'refresh'
'refresh'|
'keywords'

export type MetaProperties = 'og:url' |
'og:title' |
Expand Down

0 comments on commit 5df1205

Please sign in to comment.