From aa3bdc08a7bd2b39fb80e1195e14e4063fc986d1 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 21 Dec 2020 15:17:10 -0500 Subject: move mstile icons to directory --- nginx/nginx.conf | 16 ++++++++++++++++ static/browserconfig.xml | 8 ++++---- static/mstile-150x150.png | Bin 1994 -> 0 bytes static/mstile-310x150.png | Bin 2217 -> 0 bytes static/mstile-310x310.png | Bin 4214 -> 0 bytes static/mstile-70x70.png | Bin 1360 -> 0 bytes static/mstile/150x150.png | Bin 0 -> 1994 bytes static/mstile/310x150.png | Bin 0 -> 2217 bytes static/mstile/310x310.png | Bin 0 -> 4214 bytes static/mstile/70x70.png | Bin 0 -> 1360 bytes 10 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 static/mstile-150x150.png delete mode 100644 static/mstile-310x150.png delete mode 100644 static/mstile-310x310.png delete mode 100644 static/mstile-70x70.png create mode 100644 static/mstile/150x150.png create mode 100644 static/mstile/310x150.png create mode 100644 static/mstile/310x310.png create mode 100644 static/mstile/70x70.png diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 8026c553..c6faa353 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -150,6 +150,22 @@ http { return 301 /LICENSE.txt; } + location = /mstile-150x150.png { + return 301 /mstile/150x150.png; + } + + location = /mstile-310x310.png { + return 301 /mstile/310x310.png; + } + + location = /mstile-70x70.png { + return 301 /mstile/70x70.png; + } + + location = /mstile-310x150.png { + return 301 /mstile/310x150.png; + } + location = /404 { internal; http2_push /grapheneos.css?24; diff --git a/static/browserconfig.xml b/static/browserconfig.xml index d14295ef..539cc335 100644 --- a/static/browserconfig.xml +++ b/static/browserconfig.xml @@ -2,10 +2,10 @@ - - - - + + + + #ffffff diff --git a/static/mstile-150x150.png b/static/mstile-150x150.png deleted file mode 100644 index 1fc2a1c5..00000000 Binary files a/static/mstile-150x150.png and /dev/null differ diff --git a/static/mstile-310x150.png b/static/mstile-310x150.png deleted file mode 100644 index 6aeff687..00000000 Binary files a/static/mstile-310x150.png and /dev/null differ diff --git a/static/mstile-310x310.png b/static/mstile-310x310.png deleted file mode 100644 index cb349d3b..00000000 Binary files a/static/mstile-310x310.png and /dev/null differ diff --git a/static/mstile-70x70.png b/static/mstile-70x70.png deleted file mode 100644 index 0af6ef72..00000000 Binary files a/static/mstile-70x70.png and /dev/null differ diff --git a/static/mstile/150x150.png b/static/mstile/150x150.png new file mode 100644 index 00000000..1fc2a1c5 Binary files /dev/null and b/static/mstile/150x150.png differ diff --git a/static/mstile/310x150.png b/static/mstile/310x150.png new file mode 100644 index 00000000..6aeff687 Binary files /dev/null and b/static/mstile/310x150.png differ diff --git a/static/mstile/310x310.png b/static/mstile/310x310.png new file mode 100644 index 00000000..cb349d3b Binary files /dev/null and b/static/mstile/310x310.png differ diff --git a/static/mstile/70x70.png b/static/mstile/70x70.png new file mode 100644 index 00000000..0af6ef72 Binary files /dev/null and b/static/mstile/70x70.png differ -- cgit v1.3.1