We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c6921 commit 410e754Copy full SHA for 410e754
public/favicon.svg
templates/base.html.twig
@@ -19,7 +19,7 @@
19
{% block javascripts %}
20
{% block importmap %}{{ importmap('app') }}{% endblock %}
21
{% endblock %}
22
- <link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}" />
+ <link rel="shortcut icon" type="image/svg+xml" href="{{ asset('favicon.svg') }}">
23
</head>
24
25
<body id="{% block body_id %}{% endblock %}">
0 commit comments