change href link for manifest.json

This commit is contained in:
Markus Ritzmann 2018-03-19 08:32:33 +01:00
parent 35ce4d5e5f
commit 10f31ac572

View file

@ -38,7 +38,7 @@
<link rel="shortcut icon" type="image/x-icon" href="{{ asset('wallassets/themes/_global/img/appicon/favicon.ico') }}">
<link rel="manifest" href="/manifest.json">
<link rel="manifest" href="{{ asset('manifest.json') }}">
{% block css %}
{% endblock %}