fix: favicon and background image serving
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 90 KiB |
BIN
apps/client/public/images/favicon/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 5.8 KiB |
BIN
apps/client/public/images/favicon/favicon-96x96.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
apps/client/public/images/favicon/favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
3
apps/client/public/images/favicon/favicon.svg
Normal file
|
After Width: | Height: | Size: 13 KiB |
21
apps/client/public/images/favicon/site.webmanifest
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "Ironmount",
|
||||
"short_name": "Ironmount",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/images/favicon/web-app-manifest-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/images/favicon/web-app-manifest-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#1b1b1b",
|
||||
"background_color": "#1b1b1b",
|
||||
"display": "standalone"
|
||||
}
|
||||
BIN
apps/client/public/images/favicon/web-app-manifest-192x192.png
Normal file
|
After Width: | Height: | Size: 5.3 KiB |
BIN
apps/client/public/images/favicon/web-app-manifest-512x512.png
Normal file
|
After Width: | Height: | Size: 21 KiB |