Skip to content

Commit 01a8381

Browse files
committed
Internal: PWA: Fix issue loading manifest.json from local directory rather than web root
1 parent 6eed7c6 commit 01a8381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CoreBundle/Resources/views/Layout/head.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@
6161
{% endblock %}
6262
{% endblock %}
6363

64-
<link rel="manifest" href="{{ asset('manifest.json') }}">
64+
<link rel="manifest" href="/manifest.json">
6565
</head>

0 commit comments

Comments
 (0)