Skip to content

Commit

Permalink
browserconfig.xml: switch to relative image path
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 19, 2020
1 parent 8b91a51 commit cdce198
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions site/docs/4.5/assets/img/favicons/browserconfig.xml
@@ -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>
Expand Down

0 comments on commit cdce198

Please sign in to comment.