Use 600x600 outfit images in shares, not 300x300

Size upgrade, wowie! (I figure sharing services probably prefer a higher-resolution image, they're not very big, and to then scale them down for the application-specific use case & device.)
This commit is contained in:
Emi Matchu 2021-05-14 19:55:12 -07:00
parent f48e6ba03d
commit 34ada18beb

View file

@ -76,7 +76,7 @@ async function handle(req, res) {
const outfitUrl = `https://impress-2020.openneo.net/outfits/${encodeURIComponent(
outfit.id
)}`;
const imageUrl = `https://impress-2020.openneo.net/api/outfitImage?size=300&id=${encodeURIComponent(
const imageUrl = `https://impress-2020.openneo.net/api/outfitImage?size=600&id=${encodeURIComponent(
outfit.id
)}&updatedAt=${updatedAtTimestamp}`;
const metaTags = `