diff options
| -rw-r--r-- | nginx/nginx.conf | 16 | ||||
| -rw-r--r-- | static/browserconfig.xml | 8 | ||||
| -rw-r--r-- | static/mstile/150x150.png (renamed from static/mstile-150x150.png) | bin | 1994 -> 1994 bytes | |||
| -rw-r--r-- | static/mstile/310x150.png (renamed from static/mstile-310x150.png) | bin | 2217 -> 2217 bytes | |||
| -rw-r--r-- | static/mstile/310x310.png (renamed from static/mstile-310x310.png) | bin | 4214 -> 4214 bytes | |||
| -rw-r--r-- | static/mstile/70x70.png (renamed from static/mstile-70x70.png) | bin | 1360 -> 1360 bytes |
6 files changed, 20 insertions, 4 deletions
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 @@ <browserconfig> <msapplication> <tile> - <square150x150logo src="/mstile-150x150.png"/> - <square310x310logo src="/mstile-310x310.png"/> - <square70x70logo src="/mstile-70x70.png"/> - <wide310x150logo src="/mstile-310x150.png"/> + <square150x150logo src="/mstile/150x150.png"/> + <square310x310logo src="/mstile/310x310.png"/> + <square70x70logo src="/mstile/70x70.png"/> + <wide310x150logo src="/mstile/310x150.png"/> <TileColor>#ffffff</TileColor> </tile> </msapplication> diff --git a/static/mstile-150x150.png b/static/mstile/150x150.png Binary files differindex 1fc2a1c5..1fc2a1c5 100644 --- a/static/mstile-150x150.png +++ b/static/mstile/150x150.png diff --git a/static/mstile-310x150.png b/static/mstile/310x150.png Binary files differindex 6aeff687..6aeff687 100644 --- a/static/mstile-310x150.png +++ b/static/mstile/310x150.png diff --git a/static/mstile-310x310.png b/static/mstile/310x310.png Binary files differindex cb349d3b..cb349d3b 100644 --- a/static/mstile-310x310.png +++ b/static/mstile/310x310.png diff --git a/static/mstile-70x70.png b/static/mstile/70x70.png Binary files differindex 0af6ef72..0af6ef72 100644 --- a/static/mstile-70x70.png +++ b/static/mstile/70x70.png |
