Add apple touch icon support and configuration option

This commit is contained in:
Benjamin Southall 2019-08-11 10:18:28 +10:00
parent 22cc429cf9
commit 917c05ae1a
2 changed files with 4 additions and 0 deletions

View file

@ -1233,6 +1233,9 @@
// Website favicon.
// $config['url_favicon'] = '/favicon.gif';
// Website Apple touch icon.
// $config['url_appletouchicon'] = '/favicon.gif';
// Try not to build pages when we shouldn't have to.
$config['try_smarter'] = true;