2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

browserconfig.xml: switch to relative image path

This commit is contained in:
XhmikosR
2020-10-19 16:25:47 +03:00
parent 59b65a2cb8
commit efabff3a74
@@ -1,10 +1,8 @@
---
---
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="{{ site.baseurl }}/docs/{{ site.docs_version }}/assets/img/favicons/mstile-150x150.png"/>
<square150x150logo src="mstile-150x150.png"/>
<TileColor>#563d7c</TileColor>
</tile>
</msapplication>