Updating images for web build
All checks were successful
Build Flutter Web and Docker Image for Local Registry / Build Flutter Web App (push) Successful in 3m14s
BIN
assets/Icon-192.png
Normal file
After Width: | Height: | Size: 66 KiB |
BIN
assets/Icon-512.png
Normal file
After Width: | Height: | Size: 323 KiB |
BIN
assets/Icon-maskable-192.png
Normal file
After Width: | Height: | Size: 76 KiB |
BIN
assets/Icon-maskable-512.png
Normal file
After Width: | Height: | Size: 387 KiB |
Before Width: | Height: | Size: 167 KiB After Width: | Height: | Size: 1009 KiB |
BIN
assets/favicon.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
assets/logo.png
Before Width: | Height: | Size: 336 KiB After Width: | Height: | Size: 387 KiB |
@ -81,6 +81,8 @@ flutter:
|
||||
- assets/default_profile_image.png
|
||||
- assets/pogdark_logo.png
|
||||
- assets/logo.png
|
||||
- assets/Icon-192.png
|
||||
- assets/favicon.png
|
||||
# - images/a_dot_burr.jpeg
|
||||
# - images/a_dot_ham.jpeg
|
||||
|
||||
|
@ -24,10 +24,10 @@
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
<meta name="apple-mobile-web-app-title" content="pogdark">
|
||||
<link rel="apple-touch-icon" href="icons/Icon-192.png">
|
||||
<link rel="apple-touch-icon" sizes="192x192" href="assets/Icon-192.png">
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" type="image/png" href="favicon.png"/>
|
||||
<link rel="icon" type="image/png" href="assets/favicon.png"/>
|
||||
|
||||
<title>pogdark</title>
|
||||
<link rel="manifest" href="manifest.json">
|
||||
|