diff --git a/logo.svg b/static/logo.svg similarity index 98% rename from logo.svg rename to static/logo.svg index d961a14..9443865 100644 --- a/logo.svg +++ b/static/logo.svg @@ -5,4 +5,4 @@ 15 - \ No newline at end of file + \ No newline at end of file diff --git a/static/manifest.json b/static/manifest.json index 4ae849d..34976d7 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -9,6 +9,6 @@ "icons": [ { "src": "/favicon.png", "sizes": "32x32", "type": "image/png" }, { "src": "/favicon.ico", "sizes": "48x48 64x64 128x128 256x256", "type": "image/x-icon" }, - { "src": "/logo.svg", "sizes": "any", "type": "image/svg+xml" } + { "src": "/static/logo.svg", "sizes": "any", "type": "image/svg+xml" } ] } \ No newline at end of file