mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Add property to list of deduped tags (#2439)
This commit is contained in:
parent
36dc0574af
commit
a6e069d4f9
|
@ -42,7 +42,7 @@ function onStateChange (head) {
|
|||
}
|
||||
}
|
||||
|
||||
const METATYPES = ['name', 'httpEquiv', 'charSet', 'itemProp']
|
||||
const METATYPES = ['name', 'httpEquiv', 'charSet', 'itemProp', 'property']
|
||||
|
||||
// returns a function for filtering head child elements
|
||||
// which shouldn't be duplicated, like <title/>.
|
||||
|
|
Loading…
Reference in a new issue