From dccb1c93e1d310ebf69ce52f666640c5fd60008f Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Wed, 9 Dec 2020 12:48:36 -0500 Subject: [PATCH] comment out cdn - need to fix env so I don't need to make this change --- ui/component/fileThumbnail/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/component/fileThumbnail/view.jsx b/ui/component/fileThumbnail/view.jsx index 4b32facf5..4affecda2 100644 --- a/ui/component/fileThumbnail/view.jsx +++ b/ui/component/fileThumbnail/view.jsx @@ -42,7 +42,7 @@ function FileThumbnail(props: Props) { // @if TARGET='web' // Pass image urls through a compression proxy if (thumbnail && THUMBNAIL_CDN_URL && !thumbnail.includes('https://spee.ch')) { - url = `${THUMBNAIL_CDN_URL}${encodeURIComponent(thumbnail)}`; + // url = `${THUMBNAIL_CDN_URL}${encodeURIComponent(thumbnail)}`; } // @endif