Update LOGIN_IMG_URL and FAVICON to faster version
- LOGIN_IMG_URL: no need to grab full size + faster from direct url. - FAVICON: not much benefit resizing an already-small image.
This commit is contained in:
parent
7c7bf23761
commit
c556b88f37
1 changed files with 2 additions and 2 deletions
|
@ -50,13 +50,13 @@ BRANDED_SITE=odysee
|
|||
# IMAGE ASSETS
|
||||
YRBL_HAPPY_IMG_URL=https://spee.ch/spaceman-happy:a.png?quality=85&height=457&width=457
|
||||
YRBL_SAD_IMG_URL=https://spee.ch/spaceman-sad:d.png?quality=85&height=457&width=457
|
||||
LOGIN_IMG_URL=https://spee.ch/login:b.png?quality=85&height=1268&width=1000
|
||||
LOGIN_IMG_URL=https://cdn.lbryplayer.xyz/speech/odysee-sign-up:d.png
|
||||
LOGO=https://spee.ch/odysee-logo-png:3.png?quality=85&height=200&width=200
|
||||
LOGO_TEXT_LIGHT=https://spee.ch/odysee-white-png:f.png?quality=85&height=300&width=1000
|
||||
LOGO_TEXT_DARK=https://spee.ch/odysee-png:2.png?quality=85&height=300&width=1000
|
||||
AVATAR_DEFAULT=https://spee.ch/spaceman-png:2.png?quality=85&height=180&width=180
|
||||
MISSING_THUMB_DEFAULT=https://spee.ch/missing-thumb-png?quality=85&height=390&width=220
|
||||
FAVICON=https://spee.ch/favicon-png:c.png?quality=85&height=100&width=100
|
||||
FAVICON=https://spee.ch/favicon-png:c.png
|
||||
|
||||
# LOCALE
|
||||
DEFAULT_LANGUAGE=en
|
||||
|
|
Loading…
Reference in a new issue