move mstile icons to directory
@ -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;
|
||||
|
@ -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>
|
||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |