Update mosaic URL structure

This commit is contained in:
dangered wolf 2022-07-25 12:10:20 -04:00
parent b72b9ea0bf
commit d7737b9a0f
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58
2 changed files with 3 additions and 3 deletions

View file

@ -31,8 +31,8 @@ export const handleMosaic = async (
// console.log('mosaicMedia', mosaicMedia); // console.log('mosaicMedia', mosaicMedia);
// TODO: use a better system for this, 0 gets png 1 gets webp, usually // TODO: use a better system for this, 0 gets png 1 gets webp, usually
let constructUrl = `https://${selectedDomain}/${ let constructUrl = `https://${selectedDomain}/${
userAgent.indexOf('Telegram') > -1 ? '0' : '1' userAgent.indexOf('Telegram') > -1 ? 'jpeg' : 'webp'
}`; }/0`;
if (mosaicMedia[0]) { if (mosaicMedia[0]) {
constructUrl += `/${mosaicMedia[0]}`; constructUrl += `/${mosaicMedia[0]}`;
} }

View file

@ -1,4 +1,4 @@
name = "pxtwitter" name = "fixtweet"
account_id = "[CLOUDFLARE_ACCOUNT_ID]" account_id = "[CLOUDFLARE_ACCOUNT_ID]"
workers_dev = true workers_dev = true
main = "./dist/worker.js" main = "./dist/worker.js"