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',
|
||||
};
|
||||
if (determineMediaType(contentType) === VIDEO) {
|
||||
const videoEmbedUrl = `${host}/video-embed/${canonicalLink}`;
|
||||
const videoEmbedUrl = `${host}/video-embed${canonicalLink}`;
|
||||
// card type tags
|
||||
metaTags['og:type'] = 'video.other';
|
||||
metaTags['twitter:card'] = 'player';
|
||||
|
|
Loading…
Add table
Reference in a new issue