This commit is contained in:
2025-10-22 14:57:44 -04:00
committed by sbcrumb
parent ac30a91879
commit df15ce141f
3 changed files with 5 additions and 10 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ def setup_static_files(app: FastAPI) -> None:
favicon_paths = [
os.path.join(logo_path, "favicon.ico"),
os.path.join(static_path, "favicon.ico"),
os.path.join(logo_path, "NFOguardLogoPlain.png") # Fallback to logo
os.path.join(logo_path, "NFOGuardLogo.png") # Fallback to new logo
]
for favicon_path in favicon_paths: