From f3b13c83577ee1a15c17bbc7fcbfae98cf848212 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 8 May 2019 14:45:38 -0400 Subject: [PATCH] replace logo image --- static/.htaccess | 1 + static/build.html | 2 +- static/contact.html | 4 ++-- static/donate.html | 2 +- static/graphene.png | Bin 12324 -> 0 bytes static/index.html | 2 +- static/install.html | 2 +- static/logo.png | Bin 0 -> 7853 bytes static/releases.html | 2 +- static/source.html | 2 +- static/usage.html | 2 +- 11 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 static/graphene.png create mode 100644 static/logo.png diff --git a/static/.htaccess b/static/.htaccess index a999b39b..cf99823e 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -39,6 +39,7 @@ Header set Cache-Control "public, max-age=31536000" RedirectMatch 301 ^/security.txt$ /.well-known/security.txt +RedirectMatch 301 ^/graphene.png$ /logo.png RewriteEngine on diff --git a/static/build.html b/static/build.html index eee8683e..27bb09e5 100644 --- a/static/build.html +++ b/static/build.html @@ -371,7 +371,7 @@ cd ../.. external/ repositories. There are no modifications to it for GrapheneOS.