From e5bbefce40fad351ea8ca8ae1fc6485d43ccfe09 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Fri, 18 Jan 2019 14:07:45 +0100 Subject: [PATCH] use local image --- static/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.php b/static/index.php index 59071fee..6ffca076 100644 --- a/static/index.php +++ b/static/index.php @@ -17,7 +17,7 @@ align: center; text-align: center; background: #0082c9; /* Old browsers */ - background-image: url('https://raw.githubusercontent.com/nextcloud/server/master/core/img/background.png'); + background-image: url('/nextcloud/core/img/background.png'); background-size: cover; } div.logotext {