Skip to content

Commit

Permalink
fix(meta): allow string http-equiv key
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Dec 4, 2022
1 parent 1a17e03 commit 811485b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/schema/src/meta.ts
Expand Up @@ -109,7 +109,8 @@ export interface Meta {
'default-style' |
'x-ua-compatible' |
'refresh' |
'accept-ch'
'accept-ch' |
(string & Record<never, never>)
/**
* The name and content attributes can be used together to provide document metadata in terms of name-value pairs,
* with the name attribute giving the metadata name, and the content attribute giving the value.
Expand Down

0 comments on commit 811485b

Please sign in to comment.