Skip to content

Commit

Permalink
update favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Apr 26, 2024
1 parent 04680be commit fc125a3
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ COPY ./resources /var/www/mediawiki/resources
COPY ./config/php-config.ini /usr/local/etc/php/conf.d/php-config.ini
COPY ./config/robots.txt /var/www/mediawiki/robots.txt
COPY ./resources/assets/favicon.ico /var/www/mediawiki/favicon.ico
COPY ./resources/assets/favicon-16x16.png /var/www/mediawiki/favicon-16x16.png
COPY ./resources/assets/favicon-32x32.png /var/www/mediawiki/favicon-32x32.png
COPY ./resources/assets/favicon.svg /var/www/mediawiki/favicon.svg
COPY ./resources/assets/apple-touch-icon.png /var/www/mediawiki/apple-touch-icon.png

RUN echo 'memory_limit = 512M' >> /usr/local/etc/php/conf.d/docker-php-memlimit.ini; \
Expand Down
2 changes: 1 addition & 1 deletion config/LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
];

# Favicon.ico is already in default location, no need to waste a link tag
$wgFavicon = false;
$wgFavicon = '/favicon.svg';

## UPO means: this is also a user preference option
$wgEnableEmail = true;
Expand Down
Binary file modified resources/assets/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/assets/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/assets/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/assets/favicon.ico
Binary file not shown.
Binary file removed resources/assets/favicon.png
Binary file not shown.
3 changes: 3 additions & 0 deletions resources/assets/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fc125a3

Please sign in to comment.