Private
Public Access
1
0

fix: usr: the meta tags does not have https scheme - nothing worked in configuration #4
All checks were successful
Deploy to Production / deploy (push) Successful in 2m26s

This commit is contained in:
2026-04-16 10:40:56 +02:00
parent 6c443d8e86
commit 5a8799bb7f
8 changed files with 9 additions and 9 deletions

View File

@@ -18,7 +18,7 @@
{% endblock %}
{% block metas %}
<meta property="og:url" content="{{ url('MineSeekerBundle_gamePlay') }}"/>
<meta property="og:url" content="{{ url('MineSeekerBundle_gamePlay') | replace({'http://': 'https://'}) }}"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="Your friend challenges YOU!"/>
<meta property="og:description" content="Do you accept the challenge?"/>