From 6196837b7351f7b9cda07c046d122ba583d7e372 Mon Sep 17 00:00:00 2001 From: g_it Date: Tue, 31 Mar 2026 12:20:09 +0200 Subject: [PATCH] Updating the favicon. --- app/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/main.py b/app/main.py index f3d02f3..092d87d 100644 --- a/app/main.py +++ b/app/main.py @@ -62,6 +62,7 @@ async def scalar_docs(): title=app.title, force_dark_mode_state="light", hide_dark_mode_toggle=True, + scalar_favicon_url="https://gugulet.hu/technical/git/g_it/site/raw/branch/main/content/assets/media/face-favicon-512x512.png", default_open_all_tags=False, custom_css=CUSTOM_CSS, )