From caf2aaf4f9d38ad441a5562c3b8720f8779d6f78 Mon Sep 17 00:00:00 2001 From: Kim <1877318+kimsible@users.noreply.github.com> Date: Fri, 10 Jul 2020 10:20:11 +0200 Subject: Add ability to override client assets : logo - favicon - PWA icons - PWA manifest name and description (#2897) * Add client-overrides storage to config * Add static-serve for client overrides * Move backgroun-image logo from bundle to css tag for runtime content hash * Add dynamic JSON manifest * Add content hash for manifest, favicon and logo Co-authored-by: kimsible --- client/src/app/app.component.scss | 2 +- client/src/index.html | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) (limited to 'client') diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index d121ebad2..38ec11b5b 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss @@ -62,7 +62,7 @@ .icon.icon-logo { display: inline-block; - background: url('../assets/images/logo.svg') no-repeat; + background-repeat: no-repeat; width: 23px; height: 24px; margin-right: .5rem; diff --git a/client/src/index.html b/client/src/index.html index 52ae000bb..e5d1569aa 100644 --- a/client/src/index.html +++ b/client/src/index.html @@ -7,9 +7,16 @@ - + - + + + + -- cgit v1.2.3