browserconfig.xml: switch to relative image path
This commit is contained in:
parent
59b65a2cb8
commit
efabff3a74
1 changed files with 1 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue