fix: favicon
R
Rüdiger Küpper
<rpr@9it.de>
committete am 19.02.2026 03:55
b597676a8d437ef909a43a01cb2061007d8ccfae
| @@ -17,5 +17,5 @@ | ||
| 17 | 17 | |
| 18 | -<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon.png"> |
|
| 18 | +<link rel="apple-touch-icon" sizes="180x180" href="/static/icons/apple-touch-icon.png"> |
|
| 19 | 19 | |
| 20 | -<link rel="manifest" href="/icons/site.webmanifest"> |
|
| 20 | +<link rel="manifest" href="/static/icons/site.webmanifest"> |
|
| 21 | 21 | <meta name="theme-color" content="#0b1020"> |
| @@ -10,5 +10,5 @@ | ||
| 10 | 10 | "icons": [ |
| 11 | - { "src": "/icons/android-chrome-192.png", "sizes": "192x192", "type": "image/png" }, |
|
| 12 | - { "src": "/icons/android-chrome-512.png", "sizes": "512x512", "type": "image/png" }, |
|
| 13 | - { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } |
|
| 11 | + { "src": "/static/icons/android-chrome-192.png", "sizes": "192x192", "type": "image/png" }, |
|
| 12 | + { "src": "/static/icons/android-chrome-512.png", "sizes": "512x512", "type": "image/png" }, |
|
| 13 | + { "src": "/static/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } |
|
| 14 | 14 | ] |