fix videoEmbedUrl
This commit is contained in:
parent
8537272692
commit
4e16cde757
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ const createAssetMetaTags = (asset) => {
|
||||||
'fb:app_id' : '1371961932852223',
|
'fb:app_id' : '1371961932852223',
|
||||||
};
|
};
|
||||||
if (determineMediaType(contentType) === VIDEO) {
|
if (determineMediaType(contentType) === VIDEO) {
|
||||||
const videoEmbedUrl = `${host}/video-embed/${canonicalLink}`;
|
const videoEmbedUrl = `${host}/video-embed${canonicalLink}`;
|
||||||
// card type tags
|
// card type tags
|
||||||
metaTags['og:type'] = 'video.other';
|
metaTags['og:type'] = 'video.other';
|
||||||
metaTags['twitter:card'] = 'player';
|
metaTags['twitter:card'] = 'player';
|
||||||
|
|
Loading…
Add table
Reference in a new issue