updated meta tags

This commit is contained in:
bill bittner 2017-10-19 08:49:02 -07:00
parent 18e2799cf8
commit d21cb018cc

View file

@ -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}`,
}; };
} }