new test
This commit is contained in:
parent
dccb1c93e1
commit
c2213d9008
2 changed files with 1 additions and 2 deletions
|
@ -14,7 +14,6 @@ WELCOME_VERSION=1.0
|
||||||
# Custom Site info
|
# Custom Site info
|
||||||
DOMAIN=lbry.tv
|
DOMAIN=lbry.tv
|
||||||
URL=https://lbry.tv
|
URL=https://lbry.tv
|
||||||
THUMBNAIL_CDN_URL=https://cached-proxy.vanwanet.com/?url=
|
|
||||||
|
|
||||||
# UI
|
# UI
|
||||||
SITE_TITLE=lbry.tv
|
SITE_TITLE=lbry.tv
|
||||||
|
|
|
@ -42,7 +42,7 @@ function FileThumbnail(props: Props) {
|
||||||
// @if TARGET='web'
|
// @if TARGET='web'
|
||||||
// Pass image urls through a compression proxy
|
// Pass image urls through a compression proxy
|
||||||
if (thumbnail && THUMBNAIL_CDN_URL && !thumbnail.includes('https://spee.ch')) {
|
if (thumbnail && THUMBNAIL_CDN_URL && !thumbnail.includes('https://spee.ch')) {
|
||||||
// url = `${THUMBNAIL_CDN_URL}${encodeURIComponent(thumbnail)}`;
|
url = `${THUMBNAIL_CDN_URL}${thumbnail}`;
|
||||||
}
|
}
|
||||||
// @endif
|
// @endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue