Rename /icons folder in public as it is aliased by apache.

Before icons were not loaded in most cases when using apache2 with default configuration.
Fixes issue #120
This commit is contained in:
Jan Böhmer 2022-07-18 00:11:12 +02:00
parent 0cc9436cc0
commit 7bf730dda2
20 changed files with 7 additions and 7 deletions

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/icons/mstile-150x150.png"/>
<TileColor>#00a300</TileColor>
</tile>
</msapplication>
</browserconfig>