소스 검색

fix: pwa icon

#1886
Timothy J. Baek 1 년 전
부모
커밋
96d9d3447b
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      backend/main.py
  2. BIN
      backend/utils/logo.png

+ 1 - 1
backend/main.py

@@ -311,7 +311,7 @@ async def get_manifest_json():
         "background_color": "#343541",
         "theme_color": "#343541",
         "orientation": "portrait-primary",
-        "icons": [{"src": "/favicon.png", "type": "image/png", "sizes": "844x884"}],
+        "icons": [{"src": "/static/logo.png", "type": "image/png", "sizes": "500x500"}],
     }
 
 

BIN
backend/utils/logo.png