1
0
Fork 0
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:
Tim Neutkens 2017-07-03 07:32:47 +02:00 committed by Arunoda Susiripala
parent 36dc0574af
commit a6e069d4f9

View file

@ -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/>.