Commit 96d9d344 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: pwa icon

#1886
parent aed078b5
...@@ -311,7 +311,7 @@ async def get_manifest_json(): ...@@ -311,7 +311,7 @@ async def get_manifest_json():
"background_color": "#343541", "background_color": "#343541",
"theme_color": "#343541", "theme_color": "#343541",
"orientation": "portrait-primary", "orientation": "portrait-primary",
"icons": [{"src": "/favicon.png", "type": "image/png", "sizes": "844x884"}], "icons": [{"src": "/static/logo.png", "type": "image/png", "sizes": "500x500"}],
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment