Explorar o código

Merge pull request #882 from open-webui/custom-name

Update config.py
Timothy Jaeryang Baek hai 1 ano
pai
achega
1f6b348851
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      backend/config.py

+ 1 - 1
backend/config.py

@@ -22,7 +22,7 @@ except ImportError:
     print("dotenv not installed, skipping...")
 
 WEBUI_NAME = "Open WebUI"
-
+shutil.copyfile("../build/favicon.png", "./static/favicon.png")
 
 ####################################
 # ENV (dev,test,prod)