Use impress-outfit-images.openneo.net outfit URLs
Oops, right, I meant to use the new `impress-outfit-images.openneo.net` host for this! It works just fine from `impress-2020.openneo.net` as the backing source right now, but I want these semi-permanent URLs to be a bit more decoupled.
This commit is contained in:
parent
0eec503b91
commit
a676be0f0f
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ async function handle(req, res) {
|
||||||
`https://impress-2020.openneo.net/outfits` +
|
`https://impress-2020.openneo.net/outfits` +
|
||||||
`/${encodeURIComponent(outfit.id)}`;
|
`/${encodeURIComponent(outfit.id)}`;
|
||||||
const imageUrl =
|
const imageUrl =
|
||||||
`https://impress-2020.openneo.net/outfits` +
|
`https://impress-outfit-images.openneo.net/outfits` +
|
||||||
`/${encodeURIComponent(outfit.id)}` +
|
`/${encodeURIComponent(outfit.id)}` +
|
||||||
`/v/${encodeURIComponent(updatedAtTimestamp)}` +
|
`/v/${encodeURIComponent(updatedAtTimestamp)}` +
|
||||||
`/600.png`;
|
`/600.png`;
|
||||||
|
|
Loading…
Reference in a new issue