Skip to content
Snippets Groups Projects
Commit acf007b5 authored by Julian's avatar Julian
Browse files

Use AlekSIS favicon as default favicon

parent 5261b30c
No related branches found
No related tags found
1 merge request!772Resolve "Favicon should contain only school bag"
Pipeline #39791 passed
......@@ -635,7 +635,7 @@ if _settings.get("dev.uwsgi.celery", DEBUG):
DEFAULT_FAVICON_PATHS = {
"pwa_icon": os.path.join(STATIC_ROOT, "img/aleksis-icon.png"),
"favicon": os.path.join(STATIC_ROOT, "img/aleksis-icon.png"),
"favicon": os.path.join(STATIC_ROOT, "icons/favicon_48.png"),
}
PWA_ICONS_CONFIG = {
"android": [192, 512],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment