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:
parent
f48e6ba03d
commit
34ada18beb
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ async function handle(req, res) {
|
||||||
const outfitUrl = `https://impress-2020.openneo.net/outfits/${encodeURIComponent(
|
const outfitUrl = `https://impress-2020.openneo.net/outfits/${encodeURIComponent(
|
||||||
outfit.id
|
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
|
outfit.id
|
||||||
)}&updatedAt=${updatedAtTimestamp}`;
|
)}&updatedAt=${updatedAtTimestamp}`;
|
||||||
const metaTags = `
|
const metaTags = `
|
||||||
|
|
Loading…
Reference in a new issue