removed xml from tags

This commit is contained in:
bill bittner 2018-07-31 09:28:12 -07:00
parent ece07b12d1
commit 78cadc8301

View file

@ -21,7 +21,7 @@ class SEO extends React.Component {
asset,
channel,
});
const cannonicalLink = createCanonicalLink(asset, channel, pageUri)
const cannonicalLink = createCanonicalLink(asset, channel, pageUri);
// render results
return (
<Helmet
@ -33,7 +33,6 @@ class SEO extends React.Component {
href: cannonicalLink,
},
oEmbed.json(host, cannonicalLink),
oEmbed.xml(host, cannonicalLink),
]}
/>
);