From 3546385ed22728002751903295833f5ca3cf2f38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 5 Feb 2023 00:18:07 +0100 Subject: [PATCH] Moved favicon.ico to web root folder, as this is the location where a browser expects it This prevents that the browser calls the PHP router to search for the (non-existing) favicon.icon --- public/{icon => }/favicon.ico | Bin templates/base.html.twig | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename public/{icon => }/favicon.ico (100%) diff --git a/public/icon/favicon.ico b/public/favicon.ico similarity index 100% rename from public/icon/favicon.ico rename to public/favicon.ico diff --git a/templates/base.html.twig b/templates/base.html.twig index 8c432bb7..7914a9a7 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -20,7 +20,7 @@ - +