updated meta tags
This commit is contained in:
parent
18e2799cf8
commit
d21cb018cc
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ function createOpenGraphInfo ({ fileType, claimId, name, fileName, fileExt }) {
|
||||||
return {
|
return {
|
||||||
embedUrl : `https://spee.ch/embed/${claimId}/${name}`,
|
embedUrl : `https://spee.ch/embed/${claimId}/${name}`,
|
||||||
showUrl : `https://spee.ch/${claimId}/${name}`,
|
showUrl : `https://spee.ch/${claimId}/${name}`,
|
||||||
source : `https://spee.ch/${claimId}/${name}${fileExt}`,
|
source : `https://spee.ch/${claimId}/${name}.${fileExt}`,
|
||||||
directFileUrl: `https://spee.ch/${claimId}/${name}${fileExt}`,
|
directFileUrl: `https://spee.ch/${claimId}/${name}.${fileExt}`,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue