diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-21 15:17:10 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-21 15:17:10 -0500 |
| commit | aa3bdc08a7bd2b39fb80e1195e14e4063fc986d1 (patch) | |
| tree | 3af2f2308e081714f1fd5c3d525fef729a7e2a9c /static/browserconfig.xml | |
| parent | 0b0eeabeb64e281e8675f2ee32ae3fda212a5309 (diff) | |
move mstile icons to directory
Diffstat (limited to 'static/browserconfig.xml')
| -rw-r--r-- | static/browserconfig.xml | 8 |
1 files changed, 4 insertions, 4 deletions
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> |
