Skip to content

Commit 470393a

Browse files
committed
fix: preconnect had leading slashes for complete URLs set
Closes #11
1 parent d9fabea commit 470393a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/views/storefront/layout/meta.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
{{ parent() }}
55

66
{% if not config('TinectMatomo.config.activateProxyTracking') %}
7-
<link rel="preconnect" crossorigin href="//{{ config("TinectMatomo.config.matomoserver") }}">
7+
<link rel="preconnect" crossorigin href="{{ config("TinectMatomo.config.matomoserver") }}">
88
{% endif %}
99
{% endblock %}

0 commit comments

Comments
 (0)