From 9c1b7accc8940ec95305065be6cb418865a2372c Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Sun, 26 May 2024 05:10:46 -0400 Subject: [PATCH] Enable SVG favicon --- config/LocalSettings.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/LocalSettings.php b/config/LocalSettings.php index d297fbd..bf6d0cd 100644 --- a/config/LocalSettings.php +++ b/config/LocalSettings.php @@ -140,9 +140,7 @@ 'svg' => "$wgResourceBasePath/resources/assets/sitelogo.svg", ]; -# Restore old config to look for favicon.ico until someone look into the redirect issue -#$wgFavicon = '/favicon.svg'; -$wgFavicon = false; +$wgFavicon = '/favicon.svg'; ## UPO means: this is also a user preference option $wgEnableEmail = true;