瀏覽代碼

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

Update config.py
Timothy Jaeryang Baek 1 年之前
父節點
當前提交
1f6b348851
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)