From af0717a65b898f79f444a7dc173bd3ef098a01ea Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sun, 2 Aug 2020 21:00:10 +0200 Subject: [PATCH] Fix comet icon on maintenance page The data URI declares an SVG source, but this was actually a PNG. Hence the failure in Chrome. This change turns it into an actual inline SVG and uses UTF8 encoding instead of base64, because SVG is just text anyway. fixes #61 --- site-cookbooks/kosmos-nginx/files/default/maintenance.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-cookbooks/kosmos-nginx/files/default/maintenance.html b/site-cookbooks/kosmos-nginx/files/default/maintenance.html index da2e94e..e387786 100644 --- a/site-cookbooks/kosmos-nginx/files/default/maintenance.html +++ b/site-cookbooks/kosmos-nginx/files/default/maintenance.html @@ -22,7 +22,7 @@

Back soon