From 166410eb50c49e0c988f1c59965c88b7e8fc965b Mon Sep 17 00:00:00 2001 From: Samarjeet Date: Wed, 31 Mar 2021 09:54:37 +0530 Subject: [PATCH] Login backgrounds from unsplash collection (#936) --- ui/src/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/config.js b/ui/src/config.js index 6e1a16424..d0dd739df 100644 --- a/ui/src/config.js +++ b/ui/src/config.js @@ -5,7 +5,8 @@ const defaultConfig = { version: 'dev', firstTime: false, baseURL: '', - loginBackgroundURL: 'https://source.unsplash.com/random/1600x900?music', + // Login backgrounds from https://unsplash.com/collections/1065384/music-wallpapers + loginBackgroundURL: 'https://source.unsplash.com/collection/1065384/1600x900', enableTranscodingConfig: true, enableDownloads: true, welcomeMessage: '',