Skip to content

Commit

Permalink
Enable SVG favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 authored May 26, 2024
1 parent 4203228 commit 9c1b7ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9c1b7ac

Please sign in to comment.