From 34ada18beb148d86912cd3c402a1e20851ef6384 Mon Sep 17 00:00:00 2001 From: Matchu Date: Fri, 14 May 2021 19:55:12 -0700 Subject: [PATCH] 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.) --- api/outfitPageSSR.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/outfitPageSSR.js b/api/outfitPageSSR.js index 4dfba33..20d10db 100644 --- a/api/outfitPageSSR.js +++ b/api/outfitPageSSR.js @@ -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 = `